Skip to content

Commit e7a5e8f

Browse files
committed
auto merge of #16399 : superlogical/rust/patch-2, r=steveklabnik
2 parents 4d27b48 + 954bae9 commit e7a5e8f

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
@@ -2090,7 +2090,7 @@ In this case, I happen to prefer the latter, and in the `random()` case, I prefe
20902090
the former. I think the nested `<>`s make the first option especially ugly and
20912091
a bit harder to read.
20922092

2093-
Anyway, with us now convering our input to a number, our code looks like this:
2093+
Anyway, with us now converting our input to a number, our code looks like this:
20942094

20952095
```{rust,ignore}
20962096
use std::io;

0 commit comments

Comments
 (0)