about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest
diff options
context:
space:
mode:
authorpeicuiping <ezc5@sina.cn>2024-12-31 15:11:18 +0800
committerpeicuiping <ezc5@sina.cn>2024-12-31 15:11:18 +0800
commit09541c263e658da57fe3c220f3d15a45bfc63986 (patch)
tree6527018a59895b20366c18ba083367e29ad5a825 /tests/rustdoc-ui/doctest
parent80f5a81df9bdb6e11595b0ac8c0bc843786d926b (diff)
downloadrust-09541c263e658da57fe3c220f3d15a45bfc63986.tar.gz
rust-09541c263e658da57fe3c220f3d15a45bfc63986.zip
chore: fix some typos
Signed-off-by: peicuiping <ezc5@sina.cn>
Diffstat (limited to 'tests/rustdoc-ui/doctest')
-rw-r--r--tests/rustdoc-ui/doctest/non-local-defs-impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/doctest/non-local-defs-impl.rs b/tests/rustdoc-ui/doctest/non-local-defs-impl.rs
index 04fdd285506..f2540574f15 100644
--- a/tests/rustdoc-ui/doctest/non-local-defs-impl.rs
+++ b/tests/rustdoc-ui/doctest/non-local-defs-impl.rs
@@ -21,7 +21,7 @@
 /// }
 /// ```
 ///
-/// But this shoudln't produce a warning:
+/// But this shouldn't produce a warning:
 /// ```rust,no_run
 /// # extern crate pub_trait;
 /// # use pub_trait::Trait;