We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbaf69 commit dab95cfCopy full SHA for dab95cf
snippets/csharp/keywords/ReadonlyKeywordExamples.cs
@@ -4,7 +4,7 @@
4
5
namespace keywords
6
{
7
- // <SnippetReadonlyField
+ // <SnippetReadonlyField>
8
class Age
9
10
readonly int year;
@@ -79,7 +79,7 @@ public static void Examples()
79
// <SnippetReadonlyReturn>
80
private static readonly Point origin = new Point(0, 0);
81
public static ref readonly Point Origin => ref origin;
82
- // </SnippetReaodnlyReturn>
+ // </SnippetReadonlyReturn>
83
84
private static void ReadonlyRefReturns()
85
0 commit comments