We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd557b + 7846eb6 commit 2e2a2cdCopy full SHA for 2e2a2cd
src/doc/guide.md
@@ -1377,7 +1377,7 @@ As you can see, `enum` and `match` used together are quite useful!
1377
1378
`match` is also an expression, which means we can use it on the right-hand
1379
side of a `let` binding or directly where an expression is used. We could
1380
-also implement the previous line like this:
+also implement the previous example like this:
1381
1382
```{rust}
1383
use std::cmp::Ordering;
0 commit comments