From 7368e37918071e38788a9cb9e17ff68d8255022e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 9 Jul 2012 21:06:22 -0700 Subject: [PATCH] tutorial: Add a better description of vectors --- doc/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index e2ec965b64c..b545dd11e37 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -1376,9 +1376,9 @@ fn increase_contents(pt: @mut int) { # Vectors -Vectors represent a section of memory that contains some number -of values. Like other types in Rust, vectors can be stored on -the stack, the local heap, or the exchange heap. +Vectors are a contiguous section of memory containing zero or more +values of the same type. Like other types in Rust, vectors can be +stored on the stack, the local heap, or the exchange heap. ~~~ enum crayon {