Boost logo

Boost-Commit :

From: marshall_at_[hidden]
Date: 2008-05-03 19:50:51


Author: marshall
Date: 2008-05-03 19:50:51 EDT (Sat, 03 May 2008)
New Revision: 45098
URL: http://svn.boost.org/trac/boost/changeset/45098

Log:
Fixed typo re bug #1853
Text files modified:
   trunk/libs/numeric/interval/doc/interval.htm | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/numeric/interval/doc/interval.htm
==============================================================================
--- trunk/libs/numeric/interval/doc/interval.htm (original)
+++ trunk/libs/numeric/interval/doc/interval.htm 2008-05-03 19:50:51 EDT (Sat, 03 May 2008)
@@ -87,7 +87,7 @@
   <h3>Interval Arithmetic</h3>
 
   <p>An interval is a pair of numbers which represents all the numbers
- between these two. (Intervals are considered close so the bounds are
+ between these two. (Intervals are considered closed so the bounds are
   included.) The purpose of this library is to extend the usual arithmetic
   functions to intervals. These intervals will be written [<i>a</i>,<i>b</i>]
   to represent all the numbers between <i>a</i> and <i>b</i> (included).


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk