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 d6ae7fb commit 4b14d07Copy full SHA for 4b14d07
standard/documentation-comments.md
@@ -1181,7 +1181,7 @@ Here is the output produced by one documentation generator when given the source
1181
<member name="M:Graphics.Point.#ctor(System.Int32,System.Int32)">
1182
<summary>
1183
This constructor initializes the new Point to
1184
- (<paramref name="xPosition"/>,<paramref name="yor"/>).
+ (<paramref name="xPosition"/>,<paramref name="yPosition"/>).
1185
</summary>
1186
<param><c>xPosition</c> is the new Point's x-coordinate.</param>
1187
<param><c>yPosition</c> is the new Point's y-coordinate.</param>
0 commit comments