Fix error in comment.
authorMartin Martin <mcm@fb.com>
Wed, 2 Aug 2017 18:25:45 +0000 (11:25 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 2 Aug 2017 18:40:24 +0000 (11:40 -0700)
Summary: Speaking of errors...

Reviewed By: philippv

Differential Revision: D5545916

fbshipit-source-id: cc8471c2f0fc3cefaa9f8493d9b976098f896176

folly/Expected.h

index a12a6fc4e3481f113bc2ca41d285d2355930ce1e..8f5d9a6496f5fd1a35d4d3574454462e2ba96f97 100644 (file)
@@ -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)
  */