about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorParth Mehrotra <parth.mehrotra.cs@gmail.com>2019-11-25 19:34:32 -0500
committerGitHub <noreply@github.com>2019-11-25 19:34:32 -0500
commit395408ec18eeedc458746af24e4b3614fc822f46 (patch)
treea56490f77805912201bb54068c357a7cb3fb986f /src/doc
parenta44774c3a9739b2eea8923e09d67b14312c78ef3 (diff)
downloadrust-395408ec18eeedc458746af24e4b3614fc822f46.tar.gz
rust-395408ec18eeedc458746af24e4b3614fc822f46.zip
Update documentation-tests.md
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustdoc/src/documentation-tests.md2
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: