diff options
| author | ranger-ross <rosssullivan101@gmail.com> | 2024-08-31 14:57:38 +0900 |
|---|---|---|
| committer | ranger-ross <rosssullivan101@gmail.com> | 2024-08-31 14:57:38 +0900 |
| commit | cbf92fcf39154a25b4bb491eebc4c3a27ae4e6ce (patch) | |
| tree | 074cea8dd4743093bbf96beddd690de54d996a59 /library/core/src/array | |
| parent | 92f45900bb1ef2c8e9cbb90478a4cddc4961de9f (diff) | |
| download | rust-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.rs | 2 |
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)] /// |
