Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1254ddb

Browse files
author
Robin Kruppe
committedAug 16, 2019
Fix typo: ode -> mode
1 parent 9774995 commit 1254ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/expressions/operator-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ same trait object.
384384
* `u8` to `char` cast
385385
* Casts to the `char` with the corresponding code point.
386386

387-
\* if integer-to-float casts with this rounding ode and overflow behavior are
387+
\* if integer-to-float casts with this rounding mode and overflow behavior are
388388
not supported natively by the hardware, these casts will likely be slower than
389389
expected.
390390

0 commit comments

Comments
 (0)
Please sign in to comment.