diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-11-26 17:56:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 17:56:20 -0600 |
| commit | 339d717776e43a7c03899172cb0accf58e4457bf (patch) | |
| tree | a38ff0fef8dc2c6373fa20bb707f3ca8d9cc5b3d | |
| parent | bb6236cd749dc5e708d6846c9b2c004766627851 (diff) | |
| parent | 395408ec18eeedc458746af24e4b3614fc822f46 (diff) | |
| download | rust-339d717776e43a7c03899172cb0accf58e4457bf.tar.gz rust-339d717776e43a7c03899172cb0accf58e4457bf.zip | |
Rollup merge of #66763 - Parth:patch-2, r=steveklabnik
Minor edit for documentation-tests.md that increases clarity
| -rw-r--r-- | src/doc/rustdoc/src/documentation-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/documentation-tests.md b/src/doc/rustdoc/src/documentation-tests.md index bc1da5ff15a..96fa4344b04 100644 --- a/src/doc/rustdoc/src/documentation-tests.md +++ b/src/doc/rustdoc/src/documentation-tests.md @@ -1,7 +1,7 @@ # Documentation tests `rustdoc` supports executing your documentation examples as tests. This makes sure -that your tests are up to date and working. +that examples within your documentation are up to date and working. The basic idea is this: |
