Merge pull request #1849 from FauconFan/fix_author(s)_in_user_guide
authors -> author in user guide
This commit is contained in:
commit
6688bd8d7b
|
@ -7,7 +7,7 @@ Here is an example of what a ***book.toml*** file might look like:
|
||||||
```toml
|
```toml
|
||||||
[book]
|
[book]
|
||||||
title = "Example book"
|
title = "Example book"
|
||||||
author = "John Doe"
|
authors = ["John Doe"]
|
||||||
description = "The example book covers examples."
|
description = "The example book covers examples."
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
|
|
Loading…
Reference in New Issue