Skip to content

Commit 30ce2dd

Browse files
authored
typo fixed typo-in-parameter-name-of-a-method (dotnet#41754)
1 parent dc9edfc commit 30ce2dd

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/xmldoc/snippets/xmldoc

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/xmldoc/snippets/xmldoc/idstrings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public MyClass(int i) { }
4646
/// <param name="num">Describe parameter.</param>
4747
/// <param name="ptr">Describe parameter.</param>
4848
/// <returns>Describe return value.</returns>
49-
public int SomeMethod(string str, ref int nm, void* ptr) { return 1; }
49+
public int SomeMethod(string str, ref int num, void* ptr) { return 1; }
5050

5151
/// <summary>
5252
/// Enter description for method AnotherMethod.

0 commit comments

Comments
 (0)