Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80059 - trunk/libs/static_assert/doc
From: john_at_[hidden]
Date: 2012-08-16 04:14:55


Author: johnmaddock
Date: 2012-08-16 04:14:53 EDT (Thu, 16 Aug 2012)
New Revision: 80059
URL: http://svn.boost.org/trac/boost/changeset/80059

Log:
Fix doc typo.
Fixes #6355.
Text files modified:
   trunk/libs/static_assert/doc/static_assert.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/static_assert/doc/static_assert.qbk
==============================================================================
--- trunk/libs/static_assert/doc/static_assert.qbk (original)
+++ trunk/libs/static_assert/doc/static_assert.qbk 2012-08-16 04:14:53 EDT (Thu, 16 Aug 2012)
@@ -36,7 +36,7 @@
 this is particularly useful for validating template parameters.
 
 If the C++0x `static_assert` feature is available, both macros will use it.
-For `BOOST_STATIC_ASSERT(x)`, the error message with be a stringized version of `x`.
+For `BOOST_STATIC_ASSERT(x)`, the error message will be a stringized version of `x`.
 For `BOOST_STATIC_ASSERT_MSG(x, msg)`, the error message will be the `msg` string.
 
 If the C++0x `static_assert` feature is not available, `BOOST_STATIC_ASSERT_MSG(x, msg)`


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