1
Fork 0

reference: that looks like exclamations marks for some fonts

The sentences are also so short that they don't need periods at the end
This commit is contained in:
Tshepang Lekhonkhobe 2015-07-05 13:11:26 +02:00
parent 912ab64a0d
commit f76187c426

View file

@ -3335,8 +3335,8 @@ is often called unit or the unit type.
Rust has two different types for a list of items:
* `[T; N]`, an 'array'.
* `&[T]`, a 'slice'.
* `[T; N]`, an 'array'
* `&[T]`, a 'slice'
An array has a fixed size, and can be allocated on either the stack or the
heap.