authors -> author in user guide
This commit is contained in:
parent
53055e0345
commit
a8a45a5fbe
|
@ -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