From 9fbe3ea24b8c1986dddd6db9db995b34aac0ea49 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 25 Dec 2017 21:53:42 -0800 Subject: [PATCH] Fix link to window tests in folly/future/README.md Summary: Window tests were moved to a separate file. Update the README to the new location. Reviewed By: yfeldblum Differential Revision: D6636178 fbshipit-source-id: 0313dfe80de7686e1e530ed9eb4bbcefb459633c --- folly/futures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/futures/README.md b/folly/futures/README.md index b839056d..f5d178d5 100644 --- a/folly/futures/README.md +++ b/folly/futures/README.md @@ -668,7 +668,7 @@ Although inspired by the C++11 std::future interface, it is not a drop-in replac

It ensures that at any given time, no more than n Futures are being processed.

-

Combine with collectAll, reduce or unorderedReduce. See the tests for examples.

+

Combine with collectAll, reduce or unorderedReduce. See the tests for examples.

Other Possibilities #

-- 2.34.1