From 57401f4f39cac6f13a21e54273de5729445a3575 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 31 Jul 2022 07:09:06 +0200 Subject: [PATCH] accept review suggestion Co-authored-by: Joshua Nelson --- src/building/compiler-documenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/compiler-documenting.md b/src/building/compiler-documenting.md index 9ed5c262..202923b6 100644 --- a/src/building/compiler-documenting.md +++ b/src/building/compiler-documenting.md @@ -35,7 +35,7 @@ like the standard library (std) or the compiler (rustc). - Document internal rustc items Compiler documentation is not built by default. - To enable it, modify `config.toml`: + To create it by default with `x.py doc`, modify `config.toml`: ```toml [build]