From e010072243ba9256c24494f85c7a6f3b88781ba1 Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Mon, 4 Apr 2011 16:34:06 -0700 Subject: [PATCH] A trivial documentation commit. --- doc/rust.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.texi b/doc/rust.texi index 1dd6b6bfe666c..d3852a4981160 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