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 2a24425 commit 60ecedaCopy full SHA for 60eceda
xml/System.Numerics/IMultiplyOperators`3.xml
@@ -78,7 +78,7 @@
78
<param name="left">The value which <paramref name="right" /> multiplies.</param>
79
<param name="right">The value which multiplies <paramref name="left" />.</param>
80
<summary>Multiplies two values together to compute their product.</summary>
81
- <returns>The product of <paramref name="left" /> divided by <paramref name="right" />.</returns>
+ <returns>The product of <paramref name="left" /> multiplied by <paramref name="right" />.</returns>
82
<remarks>To be added.</remarks>
83
</Docs>
84
</Member>
0 commit comments