Skip to content

Commit c5f58e9

Browse files
authored
rename the author field to be authors in book.toml (#15362)
See the [mdbook documentation](https://rust-lang.github.io/mdBook/format/configuration/general.html) Apparently the `author` was field was [incorrect documentation](rust-lang/mdBook#2623)
2 parents 58bab51 + 840d63b commit c5f58e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
22
title = "The Cargo Book"
3-
author = "Alex Crichton, Steve Klabnik and Carol Nichols, with contributions from the Rust community"
3+
authors = ["Alex Crichton", "Steve Klabnik", "Carol Nichols", "with contributions from the Rust community"]
44

55
[output.html]
66
smart-punctuation = true # Enable smart-punctuation feature for more than quotes.

0 commit comments

Comments
 (0)