Skip to content

Commit

Permalink
Update XML Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
winscripter authored Jul 31, 2024
1 parent a1e9de7 commit dee59f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ILSourceParser/Syntax/AccessorSyntax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace ILSourceParser.Syntax;

/// <summary>
/// This node is associated with the following kinds:
/// This node is associated with the following nodes:
/// <list type="bullet">
/// <item>
/// <see cref="GetAccessorSyntax"/>
Expand Down
2 changes: 1 addition & 1 deletion ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace ILSourceParser.Syntax;

/// <summary>
/// This node is associated with the following kinds:
/// This node is associated with the following nodes:
/// <list type="bullet">
/// <item>
/// <see cref="CustomAttributeSyntax"/>
Expand Down
2 changes: 1 addition & 1 deletion ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace ILSourceParser.Syntax;

/// <summary>
/// This node is associated with the following kinds:
/// This node is associated with the following nodes:
/// <list type="bullet">
/// <item>
/// <see cref="ManagedFunctionPointerInvocationSyntax"/>
Expand Down

0 comments on commit dee59f3

Please sign in to comment.