Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9af93b

Browse files
committedAug 1, 2020
Add missing period
1 parent e6c83dd commit a9af93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/std/src/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ mod prim_array {}
591591
/// As slices store the length of the sequence they refer to, they have twice
592592
/// the size of pointers to [`Sized`](marker/trait.Sized.html) types.
593593
/// Also see the reference on
594-
/// [dynamically sized types](../reference/dynamically-sized-types.html)
594+
/// [dynamically sized types](../reference/dynamically-sized-types.html).
595595
///
596596
/// ```
597597
/// let pointer_size = std::mem::size_of::<&u8>();

0 commit comments

Comments
 (0)
Please sign in to comment.