Skip to content

Commit d2eb4fb

Browse files
committed
Add missing period
1 parent 4c5b3e7 commit d2eb4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
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)