Skip to content

Commit e47d44c

Browse files
committed
I can't spell II: Electric Boogaloo
1 parent 4913520 commit e47d44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-08-31-Rust-1.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ trait Float {
9191
}
9292
```
9393

94-
This is slightly unweildy, but more importantly, because they're functions, they
94+
This is slightly unwieldy, but more importantly, because they're functions, they
9595
cannot be used in constant expressions, even though they only return a constant.
9696
Because of this, a design for `Float` would also have to include constants as well:
9797

0 commit comments

Comments
 (0)