Skip to content

Commit 7b2b195

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

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
@@ -3332,8 +3332,8 @@ is often called ‘unit’ or ‘the unit type’.
33323332

33333333
Rust has two different types for a list of items:
33343334

3335-
* `[T; N]`, an 'array'.
3336-
* `&[T]`, a 'slice'.
3335+
* `[T; N]`, an 'array'
3336+
* `&[T]`, a 'slice'
33373337

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

0 commit comments

Comments
 (0)