Skip to content

Commit 6688bd8

Browse files
authored
Merge pull request #1849 from FauconFan/fix_author(s)_in_user_guide
authors -> author in user guide
2 parents 01313a3 + a8a45a5 commit 6688bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/format/configuration/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Here is an example of what a ***book.toml*** file might look like:
77
```toml
88
[book]
99
title = "Example book"
10-
author = "John Doe"
10+
authors = ["John Doe"]
1111
description = "The example book covers examples."
1212

1313
[rust]

0 commit comments

Comments
 (0)