From 10a880d20e2593c3e67e38469604a88733586c17 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 21 Aug 2020 09:49:26 +0200 Subject: [PATCH] Improve wording --- src/doc/rustdoc/src/unstable-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 4e407c19b41..f45e2295064 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -491,7 +491,7 @@ $ rustdoc src/lib.rs -Z unstable-options --show-coverage --output-format json {"lib.rs":{"total":4,"with_docs":4,"total_examples":4,"with_examples":1}} ``` -To be noted: the computation of code examples follows these rules: +Calculating code examples follows these rules: 1. These items aren't accounted by default: * struct/union field -- 2.44.0