Fix documentation typos.

This commit is contained in:
Bruce Mitchener
2018-11-10 19:31:49 +07:00
parent 0366ccafa6
commit 9b4d68e53b
7 changed files with 14 additions and 14 deletions

View File

@@ -495,7 +495,7 @@ mod memchr;
// compiler
pub mod rt;
// Pull in the the `stdsimd` crate directly into libstd. This is the same as
// Pull in the `stdsimd` crate directly into libstd. This is the same as
// libcore's arch/simd modules where the source of truth here is in a different
// repository, but we pull things in here manually to get it into libstd.
//