We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c83dd commit a9af93bCopy full SHA for a9af93b
library/std/src/primitive_docs.rs
@@ -591,7 +591,7 @@ mod prim_array {}
591
/// As slices store the length of the sequence they refer to, they have twice
592
/// the size of pointers to [`Sized`](marker/trait.Sized.html) types.
593
/// Also see the reference on
594
-/// [dynamically sized types](../reference/dynamically-sized-types.html)
+/// [dynamically sized types](../reference/dynamically-sized-types.html).
595
///
596
/// ```
597
/// let pointer_size = std::mem::size_of::<&u8>();
0 commit comments