From d5a493396d27b30723e6e4a1fdcfae5970d54dd8 Mon Sep 17 00:00:00 2001 From: Giuseppe Ottaviano Date: Thu, 27 Apr 2017 14:34:29 -0700 Subject: [PATCH] Fix a comment Reviewed By: yfeldblum Differential Revision: D4965608 fbshipit-source-id: db8d67ca7174e0296fbd8da2e1fe90cbbcef9496 --- folly/Functional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Functional.h b/folly/Functional.h index 05c49a5f..fa512896 100644 --- a/folly/Functional.h +++ b/folly/Functional.h @@ -24,7 +24,7 @@ namespace folly { /** * Class template that wraps a reference to an rvalue. Similar to - * std::reference_wrapper but with four important differences: + * std::reference_wrapper but with three important differences: * * 1) folly::rvalue_reference_wrappers can only be moved, not copied; * 2) the get() function and the conversion-to-T operator are destructive and -- 2.34.1