Revert changed paragraph about slice definition.
This reverts part of commit e6c83dd57b920d2069797736ae0a1c9fe14a97cb. As requested by @steveklabnik .
This commit is contained in:
parent
41d3e1cf73
commit
cf76256b83
@ -565,8 +565,8 @@ mod prim_array {}
|
||||
///
|
||||
/// *[See also the `std::slice` module](slice/index.html).*
|
||||
///
|
||||
/// A slice is any pointer/reference to a block of memory. They are represented
|
||||
/// as a regular pointer and a length.
|
||||
/// Slices are a view into a block of memory represented as a pointer and a
|
||||
/// length.
|
||||
///
|
||||
/// ```
|
||||
/// // slicing a Vec
|
||||
|
Loading…
x
Reference in New Issue
Block a user