We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53055e0 commit a8a45a5Copy full SHA for a8a45a5
guide/src/format/configuration/general.md
@@ -7,7 +7,7 @@ Here is an example of what a ***book.toml*** file might look like:
7
```toml
8
[book]
9
title = "Example book"
10
-author = "John Doe"
+authors = ["John Doe"]
11
description = "The example book covers examples."
12
13
[rust]
0 commit comments