Skip to content

Commit a8a45a5

Browse files
committed
authors -> author in user guide
1 parent 53055e0 commit a8a45a5

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)