Skip to content

Commit c179f71

Browse files
committed
oops
1 parent a8af08a commit c179f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/MathF.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ The value of this constant is 2.71828175.
11151115
## Remarks
11161116
This computes `(x * y)` as if to infinite precision, adds `z` to that result as if to infinite precision, and finally rounds to the nearest representable value.
11171117
1118-
This differs from the non-fused sequenc, would compute `(x * y)` as if to infinite preicision, round the result to the nearest representable value, add 'z' to the rounded result as if to infinite precision, and finally round to the nearest representable value.
1118+
This differs from the non-fused sequence, which would compute `(x * y)` as if to infinite preicision, round the result to the nearest representable value, add 'z' to the rounded result as if to infinite precision, and finally round to the nearest representable value.
11191119
11201120
]]></format>
11211121
</remarks>

0 commit comments

Comments
 (0)