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
|
```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