We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c29ba63 + b74fe91 commit 419312cCopy full SHA for 419312c
_posts/2017-03-02-lang-ergonomics.md
@@ -286,7 +286,7 @@ of a not terribly powerful bit of inference (it's only introducing a shared
286
borrow for an object about to be dropped) that we'd allow to occur virtually
287
everywhere.
288
289
-**Borrowing in match patterns**. One stumbling block when leaning Rust is the
+**Borrowing in match patterns**. One stumbling block when learning Rust is the
290
interaction between pattern matching and borrowing. In particular, when you're
291
pattern matching against borrowed data, you often have to do a little
292
reborrowing dance:
0 commit comments