changeset 860:8ccbac05cf59

Use correct term "closed interval" for ranges.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 09 Aug 2005 11:15:57 +0100
parents c333dfa8fa1a
children cbe5c4d016b7
files doc/hg.1.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Mon Aug 08 19:49:48 2005 -0800
+++ b/doc/hg.1.txt	Tue Aug 09 11:15:57 2005 +0100
@@ -509,7 +509,7 @@
     If BEGIN is greater than END, revisions are treated in reverse
     order.
 
-    A range acts as an open interval.  This means that a range of 3:5
+    A range acts as a closed interval.  This means that a range of 3:5
     gives 3, 4 and 5.  Similarly, a range of 4:2 gives 4, 3, and 2.
 
 ENVIRONMENT VARIABLES