Commit d5a49339 authored by Giuseppe Ottaviano's avatar Giuseppe Ottaviano Committed by Facebook Github Bot

Fix a comment

Reviewed By: yfeldblum

Differential Revision: D4965608

fbshipit-source-id: db8d67ca7174e0296fbd8da2e1fe90cbbcef9496
parent 682dfa71
......@@ -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
......
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