Skip to content

Commit a5f9162

Browse files
committed
Rollup merge of rust-lang#26788 - tshepang:not-exclamation-marks, r=steveklabnik
The sentences are also so short that they don't need periods at the end
2 parents ec37d45 + f76187c commit a5f9162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3344,8 +3344,8 @@ is often called ‘unit’ or ‘the unit type’.
33443344

33453345
Rust has two different types for a list of items:
33463346

3347-
* `[T; N]`, an 'array'.
3348-
* `&[T]`, a 'slice'.
3347+
* `[T; N]`, an 'array'
3348+
* `&[T]`, a 'slice'
33493349

33503350
An array has a fixed size, and can be allocated on either the stack or the
33513351
heap.

0 commit comments

Comments
 (0)