diff options
| author | dxsullivan <193140725+dxsullivan@users.noreply.github.com> | 2024-12-31 23:46:39 +0800 |
|---|---|---|
| committer | dxsullivan <193140725+dxsullivan@users.noreply.github.com> | 2024-12-31 23:46:39 +0800 |
| commit | bb16267a65f00defdc5d484375c59f9d93dfa50e (patch) | |
| tree | ba7c5d2f5906c1a7ef26f4067f7d418e0a32f61e /tests/rustdoc | |
| parent | aea4e4370330388bf2906b79769d43e581d487b4 (diff) | |
| download | rust-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.rs | 2 |
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 |
