Skip to content

Commit 7f1c6a6

Browse files
authored
Merge pull request #138 from Aaronepower/patch-1
Fixed typo
2 parents 0a61000 + 3e03323 commit 7f1c6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-11-10-Rust-1.13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ reasons. First, `try!` has proved to be extremely useful, and is used often in
120120
idiomatic Rust. It is used so often that we think it's worth having a sweet
121121
syntax. This sort of evolution is one of the great advantages of a powerful
122122
macro system: speculative extensions to the language syntax can be prototyped
123-
and iterated on without modifying the langue itself, and in return, macros that
123+
and iterated on without modifying the language itself, and in return, macros that
124124
turn out to be especially useful can indicate missing language features. This
125125
evolution, from `try!` to `?` is a great example.
126126

0 commit comments

Comments
 (0)