From dee59f3ef9ed605132197da95e85f83a23fd6235 Mon Sep 17 00:00:00 2001 From: winscripter <142818255+winscripter@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:25:25 +0400 Subject: [PATCH] Update XML Documentation --- ILSourceParser/Syntax/AccessorSyntax.cs | 2 +- ILSourceParser/Syntax/BaseCustomAttributeSyntax.cs | 2 +- ILSourceParser/Syntax/FunctionPointerInvocationSyntax.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: /// /// ///