|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-05-18 00:44:18
Author: steven_watanabe
Date: 2008-05-18 00:44:18 EDT (Sun, 18 May 2008)
New Revision: 45472
URL: http://svn.boost.org/trac/boost/changeset/45472
Log:
Fixed grammar error
Text files modified:
sandbox/units/libs/units/doc/units.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/units/libs/units/doc/units.qbk
==============================================================================
--- sandbox/units/libs/units/doc/units.qbk (original)
+++ sandbox/units/libs/units/doc/units.qbk 2008-05-18 00:44:18 EDT (Sun, 18 May 2008)
@@ -334,7 +334,7 @@
scalars and units, scalars and quantities, units and quantities, and between quantities. In addition, integral and
rational powers and roots can be computed using the [___pow]<R> and [___root]<R> functions. Finally,
the standard set of boolean comparison operators ( `==, !=, <, <=, >, and >=` ) are provided to allow
-comparison of quantities from the same unit system. All operators require simply delegate to the
+comparison of quantities from the same unit system. All operators simply delegate to the
corresponding operator of the value type if the units permit.
[section:Quantity_Construction_and_Conversion Construction and Conversion of Quantities]
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