diff --git a/ILSourceParser/Syntax/AccessorSyntax.cs b/ILSourceParser/Syntax/AccessorSyntax.cs index ab67d6c..66d9748 100644 --- a/ILSourceParser/Syntax/AccessorSyntax.cs +++ b/ILSourceParser/Syntax/AccessorSyntax.cs @@ -4,7 +4,7 @@ namespace ILSourceParser.Syntax; /// -/// This node is associated with the following kinds: +/// This node is associated with the following nodes: /// /// /// diff --git a/ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs b/ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs index 2fc273b..f55b5e5 100644 --- a/ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs +++ b/ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs @@ -4,7 +4,7 @@ namespace ILSourceParser.Syntax; /// -/// This node is associated with the following kinds: +/// This node is associated with the following nodes: /// /// /// diff --git a/ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs b/ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs index a426b8a..f560a9c 100644 --- a/ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs +++ b/ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs @@ -4,7 +4,7 @@ namespace ILSourceParser.Syntax; /// -/// This node is associated with the following kinds: +/// This node is associated with the following nodes: /// /// ///