authors -> author in user guide

This commit is contained in:
Fauconfan 2022-07-09 15:31:00 +02:00
parent 53055e0345
commit a8a45a5fbe
1 changed files with 1 additions and 1 deletions

View File

@ -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]