Skip to content

Commit 419312c

Browse files
authored
Merge pull request #152 from perlun/patch-1
Fixed typo
2 parents c29ba63 + b74fe91 commit 419312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-03-02-lang-ergonomics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ of a not terribly powerful bit of inference (it's only introducing a shared
286286
borrow for an object about to be dropped) that we'd allow to occur virtually
287287
everywhere.
288288

289-
**Borrowing in match patterns**. One stumbling block when leaning Rust is the
289+
**Borrowing in match patterns**. One stumbling block when learning Rust is the
290290
interaction between pattern matching and borrowing. In particular, when you're
291291
pattern matching against borrowed data, you often have to do a little
292292
reborrowing dance:

0 commit comments

Comments
 (0)