Skip to content

Commit b74fe91

Browse files
authored
Fixed typo
I spotted this while reading the blog post. Thanks for all your great work @aturon!
1 parent c29ba63 commit b74fe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)