(Wangle) Fix typo
authorHannes Roth <hannesr@fb.com>
Wed, 20 May 2015 19:10:00 +0000 (12:10 -0700)
committerwoo <woo@fb.com>
Tue, 26 May 2015 18:31:15 +0000 (11:31 -0700)
commit3651364b70406ff1c0c2ed2214777038cf1fe526
tree26691557e166fb0d305be7a6ae47e2e84d90e138
parenteae7495c282d9a1794b26e3ed569f3fbaf0dc26e
(Wangle) Fix typo

Summary:
This was supposed to be the `Result` type, since it's called on the
Future returned by the lambda.

Test Plan: Added tests for void and different types in vector/lambda.

Reviewed By: mhl@fb.com

Subscribers: folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2087819

Tasks: 7126300

Signature: t1:2087819:1432142435:72914fa64eff03454774b87a24c426379defab3b

Blame Revision: rFBCODEf229322bc273190a85b5e995dcd8209b1fbf0825
folly/futures/Future-inl.h
folly/futures/test/FutureTest.cpp