fix some typos
This commit is contained in:
parent
e73bb00542
commit
88541d6637
16 changed files with 21 additions and 21 deletions
|
|
@ -102,7 +102,7 @@ let x: Option<u32> = Some(42);
|
|||
m!(x, x.unwrap());
|
||||
```
|
||||
|
||||
If the `m!(x, x.unwrapp());` line is expanded, we would get two expanded
|
||||
If the `m!(x, x.unwrap());` line is expanded, we would get two expanded
|
||||
expressions:
|
||||
|
||||
- `x.is_some()` (from the `$a.is_some()` line in the `m` macro)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue