Add missing period
This commit is contained in:
parent
e6c83dd57b
commit
a9af93beeb
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ mod prim_array {}
|
|||
/// As slices store the length of the sequence they refer to, they have twice
|
||||
/// the size of pointers to [`Sized`](marker/trait.Sized.html) types.
|
||||
/// Also see the reference on
|
||||
/// [dynamically sized types](../reference/dynamically-sized-types.html)
|
||||
/// [dynamically sized types](../reference/dynamically-sized-types.html).
|
||||
///
|
||||
/// ```
|
||||
/// let pointer_size = std::mem::size_of::<&u8>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue