Skip to content

Commit f76187c

Browse files
committed
reference: that looks like exclamations marks for some fonts
The sentences are also so short that they don't need periods at the end
1 parent 912ab64 commit f76187c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3335,8 +3335,8 @@ is often called ‘unit’ or ‘the unit type’.
33353335

33363336
Rust has two different types for a list of items:
33373337

3338-
* `[T; N]`, an 'array'.
3339-
* `&[T]`, a 'slice'.
3338+
* `[T; N]`, an 'array'
3339+
* `&[T]`, a 'slice'
33403340

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

0 commit comments

Comments
 (0)