Various minor/cosmetic improvements to code
This commit is contained in:
@@ -462,7 +462,7 @@ mod prim_pointer { }
|
||||
///
|
||||
/// There are two syntactic forms for creating an array:
|
||||
///
|
||||
/// * A list with each element, i.e. `[x, y, z]`.
|
||||
/// * A list with each element, i.e., `[x, y, z]`.
|
||||
/// * A repeat expression `[x; N]`, which produces an array with `N` copies of `x`.
|
||||
/// The type of `x` must be [`Copy`][copy].
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user