diff --git a/book.toml b/book.toml index 747567461..2d0c772c5 100644 --- a/book.toml +++ b/book.toml @@ -1,7 +1,7 @@ [book] -title = "Guide to Rustc Development" +title = "Rust Compiler Development Guide" author = "Rustc developers" -description = "A guide to developing rustc" +description = "A guide to developing the Rust compiler (rustc)" [build] create-missing = false