Merge pull request #1849 from FauconFan/fix_author(s)_in_user_guide

authors -> author in user guide
This commit is contained in:
Eric Huss 2022-07-09 13:55:51 -07:00 committed by GitHub
commit 6688bd8d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]