mirror of
https://github.com/boostorg/optional.git
synced 2025-07-15 21:32:17 +02:00
Fix some more typos and grammatical errors.
[SVN r71089]
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user