about summary refs log tree commit diff
path: root/library/core/src/array
diff options
context:
space:
mode:
authorranger-ross <rosssullivan101@gmail.com>2024-08-31 14:57:38 +0900
committerranger-ross <rosssullivan101@gmail.com>2024-08-31 14:57:38 +0900
commitcbf92fcf39154a25b4bb491eebc4c3a27ae4e6ce (patch)
tree074cea8dd4743093bbf96beddd690de54d996a59 /library/core/src/array
parent92f45900bb1ef2c8e9cbb90478a4cddc4961de9f (diff)
downloadrust-cbf92fcf39154a25b4bb491eebc4c3a27ae4e6ce.tar.gz
rust-cbf92fcf39154a25b4bb491eebc4c3a27ae4e6ce.zip
Fixed more typos in library/core
Diffstat (limited to 'library/core/src/array')
-rw-r--r--library/core/src/array/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs
index 61c713c9e81..c63f261edab 100644
--- a/library/core/src/array/mod.rs
+++ b/library/core/src/array/mod.rs
@@ -37,7 +37,7 @@ pub use iter::IntoIter;
 ///
 /// # Example
 ///
-/// Creating muliple copies of a `String`:
+/// Creating multiple copies of a `String`:
 /// ```rust
 /// #![feature(array_repeat)]
 ///