From f76187c426c38665d4c6260c7dbcc3dfb0438c82 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 5 Jul 2015 13:11:26 +0200 Subject: [PATCH] reference: that looks like exclamations marks for some fonts The sentences are also so short that they don't need periods at the end --- src/doc/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index a3e13acccae28..927bb1e0cb506 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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.