Skip to content

Commit a3c00cb

Browse files
authored
Fix typo in LINQ section (#71)
1 parent 38a6499 commit a3c00cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() {
5252
}
5353
```
5454

55-
The `for` loop over an iterable essentially gets desuraged to the following:
55+
The `for` loop over an iterable essentially gets desugared to the following:
5656

5757
```rust
5858
use std::fmt::Write;

0 commit comments

Comments
 (0)