Commit cf18e2d4 authored by Andre Pinto's avatar Andre Pinto Committed by Facebook Github Bot

Fix typo

Reviewed By: Orvid

Differential Revision: D8053447

fbshipit-source-id: 4550e4fabffb7e6be7d7927292aed2b33c10dee5
parent 99366f98
......@@ -342,7 +342,7 @@ class SemiFuture : private futures::detail::FutureBase<T> {
/**
* Defer work to run on the consumer of the future.
* Function must take a Try as a parameter.
* This work will be run eithe ron an executor that the caller sets on the
* This work will be run either on an executor that the caller sets on the
* SemiFuture, or inline with the call to .get().
* NB: This is a custom method because boost-blocking executors is a
* special-case for work deferral in folly. With more general boost-blocking
......
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