Skip to content

Commit

Permalink
Merge pull request #2581 from apogeeoak/grammar
Browse files Browse the repository at this point in the history
Removed 'of' between type alias in Ch 19-04.
  • Loading branch information
carols10cents authored Feb 6, 2021
2 parents 7bea3e6 + 2873cc9 commit 6bc9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch19-04-advanced-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ the `Write` trait:
{{#rustdoc_include ../listings/ch19-advanced-features/no-listing-05-write-trait/src/lib.rs}}
```

The `Result<..., Error>` is repeated a lot. As such, `std::io` has this type of
The `Result<..., Error>` is repeated a lot. As such, `std::io` has this type
alias declaration:

```rust,noplayground
Expand Down

0 comments on commit 6bc9fde

Please sign in to comment.