X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FExpected.h;fp=folly%2FExpected.h;h=8f5d9a6496f5fd1a35d4d3574454462e2ba96f97;hp=a12a6fc4e3481f113bc2ca41d285d2355930ce1e;hb=cf913c0b0e4f6b245f4987de072318bef66f04ff;hpb=a9231901ba50037ce4f581a6a633be586f20dece 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) */