about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2022-07-25 21:12:56 +0400
committerMaybe Waffle <waffle.lapkin@gmail.com>2022-07-25 21:12:56 +0400
commited8c2c28f0f0072dbb0ceae36b278d681d997fad (patch)
treea264e6927a6278c5262bc984b72eb27b742eb133 /src/test
parent1c4c39885b95e61256599c423114758f29cf3c32 (diff)
downloadrust-ed8c2c28f0f0072dbb0ceae36b278d681d997fad.tar.gz
rust-ed8c2c28f0f0072dbb0ceae36b278d681d997fad.zip
apply review suggestions
Diffstat (limited to 'src/test')
-rw-r--r--src/test/rustdoc/must_implement_one_of.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/must_implement_one_of.rs b/src/test/rustdoc/must_implement_one_of.rs
index 112c8b25e7e..1f1dd5d5796 100644
--- a/src/test/rustdoc/must_implement_one_of.rs
+++ b/src/test/rustdoc/must_implement_one_of.rs
@@ -3,7 +3,7 @@
 
 #[rustc_must_implement_one_of(a, b)]
 // @matches c/trait.Trait.html '//*[@class="stab must_implement"]' \
-//      'At least one of `a`, `b` methods is required.$'
+//      'At least one of the `a`, `b` methods is required.$'
 pub trait Trait {
     fn a() {}
     fn b() {}