diff options
-rw-r--r-- | Documentation/project-docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md index b8357407d9..576b6f91e8 100644 --- a/Documentation/project-docs/contributing.md +++ b/Documentation/project-docs/contributing.md @@ -112,7 +112,7 @@ The following file header is the used for .NET Core. Please use it for new files ``` - See [class.cpp](../../src/vm/class.cpp) for an example of the header in a C++ file. -- See [List.cs](../../src/mscorlib/src/System/Collections/Generic/List.cs) for an example of the header in a C# file. +- See [Comparer.cs](../../src/mscorlib/src/System/Collections/Generic/Comparer.cs) for an example of the header in a C# file. Contributing Ports ------------------ |