Skip to content

Commit

Permalink
Update ErrorThisParameterSymbol.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Nov 3, 2024
1 parent 6f3ae69 commit 5c49194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Draco.Compiler.Internal.Symbols.Error;

/// <summary>
/// An 'this' parameter symbol where it's invalid.
/// A 'this' parameter symbol where it's invalid.
/// </summary>
internal sealed class ErrorThisParameterSymbol(
TypeSymbol type,
Expand Down

0 comments on commit 5c49194

Please sign in to comment.