1
Fork 0

Add missing period

This commit is contained in:
Leon Matthes 2020-08-01 22:48:39 +02:00
parent e6c83dd57b
commit a9af93beeb

View file

@ -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>();