Skip to content

Commit 10a880d

Browse files
Improve wording
1 parent 5e9cc4e commit 10a880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/unstable-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ $ rustdoc src/lib.rs -Z unstable-options --show-coverage --output-format json
491491
{"lib.rs":{"total":4,"with_docs":4,"total_examples":4,"with_examples":1}}
492492
```
493493

494-
To be noted: the computation of code examples follows these rules:
494+
Calculating code examples follows these rules:
495495

496496
1. These items aren't accounted by default:
497497
* struct/union field

0 commit comments

Comments
 (0)