Some doc typos. Fixes #7602.

[SVN r82910]
This commit is contained in:
Steven Watanabe
2013-02-15 18:28:38 +00:00
committed by Andrzej Krzemienski
parent 1895dbb984
commit 820cf7c815

View File

@ -384,7 +384,7 @@ __SPACE__
* [*Effect:] (Re)binds thee wrapped reference. * [*Effect:] (Re)binds thee wrapped reference.
* [*Postconditions: ] `*this` is initialized and it references the same * [*Postconditions: ] `*this` is initialized and it references the same
object referenced by `rhs`. 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. See [link boost_optional.rebinding_semantics_for_assignment_of_optional_references here] for details on this behavior.
* [*Example:] * [*Example:]
`` ``
@ -443,7 +443,7 @@ __SPACE__
* [*Postconditions:] If `*rhs` is initialized, `*this` is initialized and it * [*Postconditions:] If `*rhs` is initialized, `*this` is initialized and it
references the same object referenced by `*rhs`; otherwise, `*this` is references the same object referenced by `*rhs`; otherwise, `*this` is
uninitialized (and references no object). 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. the new object. See [link boost_optional.rebinding_semantics_for_assignment_of_optional_references here] for details on this behavior.
* [*Example:] * [*Example:]
`` ``