Skip to content

Commit 57ed447

Browse files
authored
Merge pull request #500 from HollowMan6/master
Fix unknown field `author` error when building the book
2 parents 3ff3843 + 78b10ca commit 57ed447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
author = "The Rust Project Developers"
2+
authors = ["The Rust Project Developers"]
33
title = "The Rustonomicon"
44
description = "The Dark Arts of Advanced and Unsafe Rust Programming"
55

0 commit comments

Comments
 (0)