Fix a comment
authorGiuseppe Ottaviano <ott@fb.com>
Thu, 27 Apr 2017 21:34:29 +0000 (14:34 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 27 Apr 2017 21:35:48 +0000 (14:35 -0700)
Reviewed By: yfeldblum

Differential Revision: D4965608

fbshipit-source-id: db8d67ca7174e0296fbd8da2e1fe90cbbcef9496

folly/Functional.h

index 05c49a5f038177bbf7536593b35a65394cff46ed..fa5128961ced0ed43e59760468bbdfd1b3447821 100644 (file)
@@ -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