From a8a45a5fbe847d893d38c2bdf8462852714d0105 Mon Sep 17 00:00:00 2001 From: Fauconfan Date: Sat, 9 Jul 2022 15:31:00 +0200 Subject: [PATCH] authors -> author in user guide --- guide/src/format/configuration/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index b1fe49e4..a00247ec 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -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]