$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82910 - trunk/libs/optional/doc
From: steven_at_[hidden]
Date: 2013-02-15 13:28:38
Author: steven_watanabe
Date: 2013-02-15 13:28:38 EST (Fri, 15 Feb 2013)
New Revision: 82910
URL: http://svn.boost.org/trac/boost/changeset/82910
Log:
Some doc typos.  Fixes #7602.
Text files modified: 
   trunk/libs/optional/doc/reference.qbk |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/optional/doc/reference.qbk
==============================================================================
--- trunk/libs/optional/doc/reference.qbk	(original)
+++ trunk/libs/optional/doc/reference.qbk	2013-02-15 13:28:38 EST (Fri, 15 Feb 2013)
@@ -386,7 +386,7 @@
 * [*Effect:] (Re)binds the wrapped reference.
 * [*Postconditions: ] `*this` is initialized and it references the same
 object referenced by `rhs`.
-* [*Notes:] If `*this` was initialized, is is ['rebound] to the new object.
+* [*Notes:] If `*this` was initialized, it is ['rebound] to the new object.
 See [link boost_optional.rebinding_semantics_for_assignment_of_optional_references here] for details on this behavior.
 * [*Example:]
 ``
@@ -445,7 +445,7 @@
 * [*Postconditions:] If `*rhs` is initialized, `*this` is initialized and it
 references the same object referenced by `*rhs`; otherwise, `*this` is
 uninitialized (and references no object).
-* [*Notes:] If `*this` was initialized and so is *rhs, this is is ['rebound] to
+* [*Notes:] If `*this` was initialized and so is `*rhs`, `*this` is ['rebound] to
 the new object. See [link boost_optional.rebinding_semantics_for_assignment_of_optional_references here] for details on this behavior.
 * [*Example:]
 ``