From cf913c0b0e4f6b245f4987de072318bef66f04ff Mon Sep 17 00:00:00 2001 From: Martin Martin Date: Wed, 2 Aug 2017 11:25:45 -0700 Subject: [PATCH] Fix error in comment. Summary: Speaking of errors... Reviewed By: philippv Differential Revision: D5545916 fbshipit-source-id: cc8471c2f0fc3cefaa9f8493d9b976098f896176 --- folly/Expected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Expected.h b/folly/Expected.h index a12a6fc4..8f5d9a64 100644 --- a/folly/Expected.h +++ b/folly/Expected.h @@ -15,7 +15,7 @@ */ /** - * Like folly::Optional, but can store a value *or* and error. + * Like folly::Optional, but can store a value *or* an error. * * @author Eric Niebler (eniebler@fb.com) */ -- 2.34.1