Fix typos

This commit is contained in:
Peter Dimov
2018-10-18 20:24:06 +03:00
parent ebc8959049
commit 3fb00763cb

View File

@ -42,7 +42,7 @@ To avoid going into a valueless-by-exception state, this implementation falls
back to using double storage unless
* one of the alternatives is the type `monostate`,
* one of the alterantives has a nonthtowing default constructor, or
* one of the alternatives has a nonthrowing default constructor, or
* all the contained types are nothrow move constructible.
If the first two bullets doesn't hold, but the third does, the variant uses