-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
dotnet/dotnet-api-docs
#8915Labels
area-System.NumericsdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
Description
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
The product of <paramref name="left" /> divided-by <paramref name="right" />.
It should read
The product of <paramref name="left" /> multiplied-by <paramref name="right" />.
Reproduction Steps
None, this is a documentation issue.
Expected behavior
The return value should be documented as:
The product of <paramref name="left" /> multiplied-by <paramref name="right" />.
Actual behavior
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
The product of <paramref name="left" /> divided-by <paramref name="right" />.
Regression?
No response
Known Workarounds
None.
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
area-System.NumericsdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors