Skip to content

Commit 1e9a7bd

Browse files
Update csharp/ql/test/library-tests/partial/Partial.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 132f4d4 commit 1e9a7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/library-tests/partial/Partial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public partial object PartialProperty1
2121
set { _backingField = value; }
2222
}
2323
private object[] _backingArray;
24-
// Implmentation declaration.
24+
// Implementation declaration.
2525
public partial object this[int index]
2626
{
2727
get { return _backingArray[index]; }

0 commit comments

Comments
 (0)