summary refs log tree commit diff
path: root/tests/rustdoc
diff options
context:
space:
mode:
authordxsullivan <193140725+dxsullivan@users.noreply.github.com>2024-12-31 23:46:39 +0800
committerdxsullivan <193140725+dxsullivan@users.noreply.github.com>2024-12-31 23:46:39 +0800
commitbb16267a65f00defdc5d484375c59f9d93dfa50e (patch)
treeba7c5d2f5906c1a7ef26f4067f7d418e0a32f61e /tests/rustdoc
parentaea4e4370330388bf2906b79769d43e581d487b4 (diff)
downloadrust-bb16267a65f00defdc5d484375c59f9d93dfa50e.tar.gz
rust-bb16267a65f00defdc5d484375c59f9d93dfa50e.zip
chore: fix typos
Signed-off-by: dxsullivan <193140725+dxsullivan@users.noreply.github.com>
Diffstat (limited to 'tests/rustdoc')
-rw-r--r--tests/rustdoc/type-alias/deeply-nested-112515.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/type-alias/deeply-nested-112515.rs b/tests/rustdoc/type-alias/deeply-nested-112515.rs
index 161188ee576..9530feb78de 100644
--- a/tests/rustdoc/type-alias/deeply-nested-112515.rs
+++ b/tests/rustdoc/type-alias/deeply-nested-112515.rs
@@ -1,6 +1,6 @@
 // Regression test for <https://github.com/rust-lang/rust/issues/112515>.
 // It's to ensure that this code doesn't have infinite loop in rustdoc when
-// trying to retrive type alias implementations.
+// trying to retrieve type alias implementations.
 
 // ignore-tidy-linelength