From 3fb00763cb34fb57ca1ec7ea691549bfdfa68a59 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Oct 2018 20:24:06 +0300 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb9f94..469fcf0 100644 --- a/README.md +++ b/README.md @@ -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