Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in parameter name of a method #41750

Closed
AminForouzan opened this issue Jul 13, 2024 · 1 comment · Fixed by #41754
Closed

Typo in parameter name of a method #41750

AminForouzan opened this issue Jul 13, 2024 · 1 comment · Fixed by #41754
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc good first issue Issue should be good for first-time contributors, with clear instructions help wanted Good for community contributors to help [up-for-grabs] lang-reference/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3

Comments

@AminForouzan
Copy link

Type of issue

Typo

Description

In the last example provided by the article, there is a typo in line 49 of the code. When initializing the second parameter of SomeMethod, the parameter name should be num instead of nm (look at line 46 in param tag, where the parameter name is written as num).
issue
This is a link to the code I'm discussing on GitHub

Page URL

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/

Content source URL

https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/xmldoc/index.md

Document Version Independent Id

707b352c-ea51-494c-d4f1-33e140ab9d17

Article author

@BillWagner

Metadata

  • ID: 5b320175-c9fe-d92e-748a-8cd511e7c12d
  • Service: dotnet-csharp
  • Sub-service: lang-reference
@issues-automation issues-automation bot added dotnet-csharp/svc lang-reference/subsvc Pri1 High priority, do before Pri2 and Pri3 labels Jul 13, 2024
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Jul 13, 2024
@dotnet-policy-service dotnet-policy-service bot added doc-bug Problem with the content; needs to be fixed [org][type][category] help wanted Good for community contributors to help [up-for-grabs] good first issue Issue should be good for first-time contributors, with clear instructions labels Jul 13, 2024
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Jul 13, 2024
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Jul 13, 2024
@krishchvn
Copy link
Contributor

Hey. I've added a pull request fixing the typo. Please let me know if any other changes are required as well.
Happy to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc good first issue Issue should be good for first-time contributors, with clear instructions help wanted Good for community contributors to help [up-for-grabs] lang-reference/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri1 High priority, do before Pri2 and Pri3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants