Skip to content

Commit d538391

Browse files
Amolankitjskeet
authored andcommitted
#36737 Update documentation-comments.md
Updated XML comment with proper name
1 parent 4b14d07 commit d538391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/documentation-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public class MyClass
633633
/// This method fetches data and returns a list of
634634
/// <typeparamref name="T"/>.
635635
/// </summary>
636-
/// <param name="string">query to execute</param>
636+
/// <param name="query">query to execute</param>
637637
public List<T> FetchData<T>(string query)
638638
{
639639
...

0 commit comments

Comments
 (0)