about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvuittont60 <81072379+vuittont60@users.noreply.github.com>2024-01-08 14:08:19 +0800
committervuittont60 <81072379+vuittont60@users.noreply.github.com>2024-01-09 10:47:04 +0800
commit1b08e25c9db5dbe000397b96db1c0ad45d5a9bb1 (patch)
tree4205914dd5a8b6fd710050f21da6ba05abea9410
parent76101eecbe9aa80753664bbe637ad06d1925f315 (diff)
downloadrust-1b08e25c9db5dbe000397b96db1c0ad45d5a9bb1.tar.gz
rust-1b08e25c9db5dbe000397b96db1c0ad45d5a9bb1.zip
fix typo
-rw-r--r--tests/rustdoc-ui/error-in-impl-trait/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/error-in-impl-trait/README.md b/tests/rustdoc-ui/error-in-impl-trait/README.md
index d969ab10ef5..0b42ff1771e 100644
--- a/tests/rustdoc-ui/error-in-impl-trait/README.md
+++ b/tests/rustdoc-ui/error-in-impl-trait/README.md
@@ -1,5 +1,5 @@
 Each of these needs to be in a separate file,
-because the `span_delayed_bug` ICE in rustdoc won't be triggerred
+because the `span_delayed_bug` ICE in rustdoc won't be triggered
 if even a single other error was emitted.
 
 However, conceptually they are all testing basically the same thing.