Skip to content

Commit

Permalink
rustdoc book: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Dec 27, 2020
1 parent 1d517af commit f57152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/what-is-rustdoc.md
Expand Up @@ -10,7 +10,7 @@ CSS, and JavaScript.
Let's give it a try! Create a new project with Cargo:

```bash
$ cargo new docs
$ cargo new docs --lib
$ cd docs
```

Expand Down

0 comments on commit f57152f

Please sign in to comment.