1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-17 16:12:39 +02:00

Fix missing word (#311)

This commit is contained in:
Martin Geisler 2023-01-31 21:09:00 +01:00 committed by GitHub
parent c6a54ce9a9
commit d6182ea498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ You will also need a way to find links. We can use [`scraper`][2] for that:
$ cargo add scraper
```
Finally, we'll need some way of handling errors. We [`thiserror`][3] for that:
Finally, we'll need some way of handling errors. We use [`thiserror`][3] for
that:
```shell
$ cargo add thiserror