From: Giuseppe Ottaviano Date: Thu, 27 Apr 2017 21:34:29 +0000 (-0700) Subject: Fix a comment X-Git-Tag: v2017.05.01.00~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5a493396d27b30723e6e4a1fdcfae5970d54dd8;p=folly.git Fix a comment Reviewed By: yfeldblum Differential Revision: D4965608 fbshipit-source-id: db8d67ca7174e0296fbd8da2e1fe90cbbcef9496 --- 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