Skip to content

Commit 60eceda

Browse files
authored
Update IMultiplyOperators`3.xml (#8492)
1 parent 2a24425 commit 60eceda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/IMultiplyOperators`3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<param name="left">The value which <paramref name="right" /> multiplies.</param>
7979
<param name="right">The value which multiplies <paramref name="left" />.</param>
8080
<summary>Multiplies two values together to compute their product.</summary>
81-
<returns>The product of <paramref name="left" /> divided by <paramref name="right" />.</returns>
81+
<returns>The product of <paramref name="left" /> multiplied by <paramref name="right" />.</returns>
8282
<remarks>To be added.</remarks>
8383
</Docs>
8484
</Member>

0 commit comments

Comments
 (0)