about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLindsey Kuper <lkuper@mozilla.com>2011-04-04 16:34:06 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-04-04 17:29:49 -0700
commit5de3f441d02e1539df26b3afcfb9b02226a0cace (patch)
tree1de363057528854b38fb1abeb1ad77bb3acfc7d9
parent512bba264e924a8250ffc4187bc3caa0b18a1812 (diff)
downloadrust-5de3f441d02e1539df26b3afcfb9b02226a0cace.tar.gz
rust-5de3f441d02e1539df26b3afcfb9b02226a0cace.zip
A trivial documentation commit.
-rw-r--r--doc/rust.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.texi b/doc/rust.texi
index 368fb90c8ca..ea0fd1bb792 100644
--- a/doc/rust.texi
+++ b/doc/rust.texi
@@ -120,7 +120,7 @@ table. The task ahead involves combining, trimming, and implementing.
 @end quotation
 @sp 2
 
-Rust is a curly-brace, block-structured statement language. It visually
+Rust is a curly-brace, block-structured expression language. It visually
 resembles the C language family, but differs significantly in syntactic and
 semantic details. Its design is oriented toward concerns of ``programming in
 the large'', that is, of creating and maintaining @emph{boundaries} -- both