From 5e7b62a1f4ad41d961f5c0089b0fda92879d4fab Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 16 Aug 2012 08:14:53 +0000 Subject: [PATCH] Fix doc typo. Fixes #6355. [SVN r80059] --- doc/static_assert.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/static_assert.qbk b/doc/static_assert.qbk index 97a7418..0cc8cfc 100644 --- a/doc/static_assert.qbk +++ b/doc/static_assert.qbk @@ -36,7 +36,7 @@ the static assertion will be evaluated at the time the template is instantiated; 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)`