Skip to content

Commit

Permalink
Update src/rgen/Microsoft.Macios.Bindings.Analyzer/Extensions/BaseTyp…
Browse files Browse the repository at this point in the history
…eDeclarationSyntaxExtensions.cs

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
mandel-macaque and Copilot authored Jan 12, 2025
1 parent 53cbe4a commit 4d358e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Microsoft.Macios.Bindings.Analyzer.Extensions;
public static class BaseTypeDeclarationSyntaxExtensions {

/// <summary>
/// Returns if the based type declaration was declared as a partial one.
/// Returns if the base type declaration was declared as a partial one.
/// </summary>
/// <param name="baseTypeDeclarationSyntax">The declaration under test.</param>
/// <returns>True if the declaration is partial.</returns>
Expand Down

0 comments on commit 4d358e8

Please sign in to comment.