Skip to content

Commit b09ef20

Browse files
authored
fix paramrefs (#8411)
1 parent 8dfd6d3 commit b09ef20

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

xml/System/IntPtr.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,11 @@
668668
<list type="table"><listheader><term> Value
669669
</term><description> Meaning
670670
</description></listheader><item><term> Less than zero
671-
</term><description> This instance precedes <paramref name="other" /> in the sort order.
671+
</term><description> This instance precedes <paramref name="value" /> in the sort order.
672672
</description></item><item><term> Zero
673-
</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.
673+
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
674674
</description></item><item><term> Greater than zero
675-
</term><description> This instance follows <paramref name="other" /> in the sort order.
675+
</term><description> This instance follows <paramref name="value" /> in the sort order.
676676
</description></item></list></returns>
677677
<remarks>To be added.</remarks>
678678
</Docs>
@@ -713,11 +713,11 @@
713713
<list type="table"><listheader><term> Value
714714
</term><description> Meaning
715715
</description></listheader><item><term> Less than zero
716-
</term><description> This instance precedes <paramref name="obj" /> in the sort order.
716+
</term><description> This instance precedes <paramref name="value" /> in the sort order.
717717
</description></item><item><term> Zero
718-
</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.
718+
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
719719
</description></item><item><term> Greater than zero
720-
</term><description> This instance follows <paramref name="obj" /> in the sort order.
720+
</term><description> This instance follows <paramref name="value" /> in the sort order.
721721
</description></item></list></returns>
722722
<remarks>To be added.</remarks>
723723
</Docs>

xml/System/UIntPtr.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -580,11 +580,11 @@
580580
<list type="table"><listheader><term> Value
581581
</term><description> Meaning
582582
</description></listheader><item><term> Less than zero
583-
</term><description> This instance precedes <paramref name="obj" /> in the sort order.
583+
</term><description> This instance precedes <paramref name="value" /> in the sort order.
584584
</description></item><item><term> Zero
585-
</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.
585+
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
586586
</description></item><item><term> Greater than zero
587-
</term><description> This instance follows <paramref name="obj" /> in the sort order.
587+
</term><description> This instance follows <paramref name="value" /> in the sort order.
588588
</description></item></list></returns>
589589
<remarks>To be added.</remarks>
590590
</Docs>
@@ -625,11 +625,11 @@
625625
<list type="table"><listheader><term> Value
626626
</term><description> Meaning
627627
</description></listheader><item><term> Less than zero
628-
</term><description> This instance precedes <paramref name="other" /> in the sort order.
628+
</term><description> This instance precedes <paramref name="value" /> in the sort order.
629629
</description></item><item><term> Zero
630-
</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.
630+
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
631631
</description></item><item><term> Greater than zero
632-
</term><description> This instance follows <paramref name="other" /> in the sort order.
632+
</term><description> This instance follows <paramref name="value" /> in the sort order.
633633
</description></item></list></returns>
634634
<remarks>To be added.</remarks>
635635
</Docs>

0 commit comments

Comments
 (0)