Fix some more typos and grammatical errors.

[SVN r71089]
This commit is contained in:
Steven Watanabe
2011-04-07 19:56:55 +00:00
parent c1d2381a9b
commit f9c46f9a86
5 changed files with 21 additions and 22 deletions

View File

@ -379,9 +379,9 @@ assert ( *opt == y ) ;
__SPACE__
[: `optional<T&>& optional<T&>::operator= ( T& const& rhs ) ;`]
[: `optional<T&>& optional<T&>::operator= ( T& rhs ) ;`]
* [*Effect:] (Re)binds thee wrapped reference.
* [*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.