Revert changed paragraph about slice definition.
This reverts part of commit e6c83dd57b
.
As requested by @steveklabnik .
This commit is contained in:
parent
41d3e1cf73
commit
cf76256b83
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue