Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e77dfa2

Browse files
committedSep 28, 2019
Slice docs: fix typo
1 parent 18f00b9 commit e77dfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ mod prim_array { }
567567
#[doc(alias = "]")]
568568
#[doc(alias = "[]")]
569569
/// A dynamically-sized view into a contiguous sequence, `[T]`. Contiguous here
570-
/// means that elements are layed out so that every element is the same
570+
/// means that elements are laid out so that every element is the same
571571
/// distance from its neighbors.
572572
///
573573
/// *[See also the `std::slice` module](slice/index.html).*

0 commit comments

Comments
 (0)
Please sign in to comment.