about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-06 22:51:47 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-07 17:07:53 +0100
commita476ec8bd0b1925d349383110b75ff51567d7534 (patch)
treeb29c5edeeac599884fd012774082788f0bfd366b
parent33cbf8908d4cf1c971128ee35e7bd2ea50225b63 (diff)
downloadrust-a476ec8bd0b1925d349383110b75ff51567d7534.tar.gz
rust-a476ec8bd0b1925d349383110b75ff51567d7534.zip
Update rustdoc test
-rw-r--r--src/test/rustdoc/strip-block-doc-comments-stars.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/strip-block-doc-comments-stars.rs b/src/test/rustdoc/strip-block-doc-comments-stars.rs
index ed2297b4fac..ea28d84f1ff 100644
--- a/src/test/rustdoc/strip-block-doc-comments-stars.rs
+++ b/src/test/rustdoc/strip-block-doc-comments-stars.rs
@@ -1,6 +1,6 @@
 #![crate_name = "foo"]
 
-// The goal of this test is to answer that it won't be generated as a list because
+// The goal of this test is to ensure that it won't be generated as a list because
 // block doc comments can have their lines starting with a star.
 
 // @has foo/fn.foo.html