Skip to content

Commit

Permalink
Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthes committed Aug 1, 2020
1 parent e6c83dd commit a9af93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/primitive_docs.rs
Expand Up @@ -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>();
Expand Down

0 comments on commit a9af93b

Please sign in to comment.