Commit f8533d7f authored by Matt Glazar's avatar Matt Glazar Committed by Facebook Github Bot

Fix typo in documentation

Reviewed By: yfeldblum

Differential Revision: D15915100

fbshipit-source-id: afc131bdf143ac0eec15523e257545d63207cb34
parent f4849667
...@@ -2367,7 +2367,7 @@ auto collectAny(Collection&& c) -> decltype(collectAny(c.begin(), c.end())) { ...@@ -2367,7 +2367,7 @@ auto collectAny(Collection&& c) -> decltype(collectAny(c.begin(), c.end())) {
/** Similar to collectAny, collectAnyWithoutException return the first Future to /** Similar to collectAny, collectAnyWithoutException return the first Future to
* complete without exceptions. If none of the future complete without * complete without exceptions. If none of the future complete without
* excpetions, the last exception will be returned as a result. * exceptions, the last exception will be returned as a result.
*/ */
template <class InputIterator> template <class InputIterator>
SemiFuture<std::pair< SemiFuture<std::pair<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment