From 5c491940c85b0c25d7dfcf39abb75c9b66ff2c1a Mon Sep 17 00:00:00 2001 From: LPeter1997 Date: Sun, 3 Nov 2024 15:06:39 +0100 Subject: [PATCH] Update ErrorThisParameterSymbol.cs --- .../Internal/Symbols/Error/ErrorThisParameterSymbol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Draco.Compiler/Internal/Symbols/Error/ErrorThisParameterSymbol.cs b/src/Draco.Compiler/Internal/Symbols/Error/ErrorThisParameterSymbol.cs index e5c4e6631..6cfb35ddf 100644 --- a/src/Draco.Compiler/Internal/Symbols/Error/ErrorThisParameterSymbol.cs +++ b/src/Draco.Compiler/Internal/Symbols/Error/ErrorThisParameterSymbol.cs @@ -1,7 +1,7 @@ namespace Draco.Compiler.Internal.Symbols.Error; /// -/// An 'this' parameter symbol where it's invalid. +/// A 'this' parameter symbol where it's invalid. /// internal sealed class ErrorThisParameterSymbol( TypeSymbol type,