From db4b0dc6af7b20d8eede86ddf7071feb0873baea Mon Sep 17 00:00:00 2001 From: David Date: Wed, 18 May 2022 23:13:56 +0800 Subject: [PATCH] fix: mdBook authors ref: https: //github.com/rust-lang/mdBook/blob/981b79b3b39d80b61da2a10622d6cf611a23686a/src/config.rs#L403-L420 --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index cc249d49b..31419fde8 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,6 @@ [book] title = "The Rust Programming Language" -author = "Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" +authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"] [output.html] additional-css = ["ferris.css", "theme/2018-edition.css"]