From 0d52e41507972a666006a817459d2ba425257dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 28 Mar 2025 17:23:37 +0300 Subject: [PATCH] rename `author` field to `authors` in book.toml --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 29689300..c09a142d 100644 --- a/book.toml +++ b/book.toml @@ -1,3 +1,3 @@ [book] title = "Rust and WebAssembly" -author = "The Rust and WebAssembly Working Group" +authors = ["The Rust and WebAssembly Working Group"]