diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-06 22:51:47 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-07 17:07:53 +0100 |
| commit | a476ec8bd0b1925d349383110b75ff51567d7534 (patch) | |
| tree | b29c5edeeac599884fd012774082788f0bfd366b | |
| parent | 33cbf8908d4cf1c971128ee35e7bd2ea50225b63 (diff) | |
| download | rust-a476ec8bd0b1925d349383110b75ff51567d7534.tar.gz rust-a476ec8bd0b1925d349383110b75ff51567d7534.zip | |
Update rustdoc test
| -rw-r--r-- | src/test/rustdoc/strip-block-doc-comments-stars.rs | 2 |
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 |
