1
Fork 0

Correct spelling in docs

This commit is contained in:
Andrew Paseltiner 2015-10-13 09:44:11 -04:00
parent ec4362da56
commit 1162b3752c
43 changed files with 82 additions and 82 deletions

View file

@ -137,7 +137,7 @@
//! not.
//!
//! Slices can only be handled through some kind of *pointer*, and as
//! such come in many flavours such as:
//! such come in many flavors such as:
//!
//! * `&[T]` - *shared slice*
//! * `&mut [T]` - *mutable slice*