Skip to content

Commit fd21d64

Browse files
committed
Merge pull request #36 from mbrubeck/patch-1
Fix a typo s/if/of/
2 parents 16988c9 + a021e6c commit fd21d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2015-02-09-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
4343
* The `#![no_std]` attribute that allows for operation without the
4444
standard library has [been placed behind the `no_std` feature
4545
gate][no_std].
46-
* The scope if iterator expressions has been [narrowed][scope] in a
46+
* The scope of iterator expressions has been [narrowed][scope] in a
4747
way that breaks minor corner-cases.
4848
* The deprecated `MaybeOwnedVector` type [has been removed][maybe].
4949

0 commit comments

Comments
 (0)