Skip to content

Commit 01dba4b

Browse files
committedAug 31, 2017
I can't spell
1 parent 4e808cb commit 01dba4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

Lines changed: 2 additions & 2 deletions
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, becuase they're functions, they
94+
This is slightly unweildy, 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

@@ -198,7 +198,7 @@ rust
198198
package
199199
```
200200

201-
That is, becuase `crate` came before `cargo` in the original list, it must also be
201+
That is, because `crate` came before `cargo` in the original list, it must also be
202202
before it in the final list. An unstable sort could provide this result, but could
203203
also give this answer too:
204204

0 commit comments

Comments
 (0)
Please sign in to comment.