Skip to content

Commit 7846eb6

Browse files
committed
Use a better word in the guide
1 parent 6539cb4 commit 7846eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ As you can see, `enum` and `match` used together are quite useful!
13771377

13781378
`match` is also an expression, which means we can use it on the right-hand
13791379
side of a `let` binding or directly where an expression is used. We could
1380-
also implement the previous line like this:
1380+
also implement the previous example like this:
13811381

13821382
```{rust}
13831383
use std::cmp::Ordering;

0 commit comments

Comments
 (0)