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
|
||||
[book]
|
||||
title = "Example book"
|
||||
author = "John Doe"
|
||||
authors = ["John Doe"]
|
||||
description = "The example book covers examples."
|
||||
|
||||
[rust]
|
||||
|
|
Loading…
Reference in New Issue