-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct documentation comment for IMultiplyOperators returns #83693
Conversation
Replaced _divided-by_ with _multiplied-by_ in both IMultiplyOperators.cs and NFloat.cs. Fixes dotnet#80521
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
PR for documentation here. |
Replaced _divided-by_ with _multiplied-by_ in System.Half, System.Int128, System.UInt128, System.Numerics.IMultiplyOperators, and System.Runtime.InteropServices.NFloat. This reflects the matching changes in dotnet/runtime#83693 to the IMultiplyOperators and NFloat and fixes dotnet/runtime#80521
This should be |
Replaced _divided-by_ with _multiplied-by_ in System.Half, System.Int128, System.UInt128, System.Numerics.IMultiplyOperators, and System.Runtime.InteropServices.NFloat. This reflects the matching changes in dotnet/runtime#83693 to the IMultiplyOperators and NFloat and fixes dotnet/runtime#80521
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsReplaced divided-by with multiplied-by in both IMultiplyOperators.cs and NFloat.cs to fix some copy-paste errors.
|
Thanks @IDisposable |
Replaced divided-by with multiplied-by in both IMultiplyOperators.cs and NFloat.cs to fix some copy-paste errors.
Fixes #80521