Skip to content

Commit a9af93b

Browse files
committed
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

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)