aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-08 07:28:21 -0700
committerGraydon Hoare <[email protected]>2010-07-08 07:28:21 -0700
commitd39753685b1696864624df7692ebe489e5901108 (patch)
treee4229f969a2ba164a803e115f820d18de0d9de36 /doc
parentNumerous bug fixes to typestate algorithm. (diff)
downloadrust-d39753685b1696864624df7692ebe489e5901108.tar.xz
rust-d39753685b1696864624df7692ebe489e5901108.zip
Doc tweak.
Diffstat (limited to 'doc')
-rw-r--r--doc/rust.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rust.texi b/doc/rust.texi
index 725ce572..b8a59a2b 100644
--- a/doc/rust.texi
+++ b/doc/rust.texi
@@ -444,9 +444,9 @@ each frame. The static calculation of the typestates of a program is a
function-local dataflow problem, and handles user-defined predicates in a
similar fashion to the way the type system permits user-defined types.
-A short way of thinking of this is: types statically model the kinds of values
-held in slots, typestates statically model @emph{assertions that hold} before
-and after statements.
+A short way of thinking of this is: types statically model values,
+typestates statically model @emph{assertions that hold} before and
+after statements.
@end itemize