Fix copy & paste error

[SVN r33943]
This commit is contained in:
Aleksey Gurtovoy
2006-05-05 21:48:40 +00:00
parent 7ebf2ffd2c
commit 19ffdaaad4

View File

@@ -62,7 +62,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``:
``t1``, ``t2``,... ``tn`` are non-``void``.
:Semantics:
Generates a compilation error if ``expr::value != true``, otherwise
Generates a compilation error if ``expr != true``, otherwise
has no effect.
When possible within the compiler's diagnostic capabilities,
@@ -85,7 +85,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``:
None.
:Semantics:
Generates a compilation error if ``expr::value != true``, otherwise
Generates a compilation error if ``expr != true``, otherwise
has no effect.
When possible within the compiler's diagnostics capabilities,