Commit 8f91f848 authored by soyoo's avatar soyoo Committed by Facebook GitHub Bot

Fix typo in stop_watch.h (#1110)

Summary: Pull Request resolved: https://github.com/facebook/folly/pull/1110

Reviewed By: Orvid

Differential Revision: D21110331

Pulled By: yfeldblum

fbshipit-source-id: 57522232efb7268bc290e4f22057f531a380fb81
parent 15449325
...@@ -181,7 +181,7 @@ struct custom_stop_watch { ...@@ -181,7 +181,7 @@ struct custom_stop_watch {
* *
* do_something(); * do_something();
* *
* std::cout << "has the TTL expired? " std::boolalpha<< watch.elapsed(ttl); * std::cout << "ttl expired? " << std::boolalpha << watch.elapsed(ttl);
* *
* @author: Marcelo Juchem <marcelo@fb.com> * @author: Marcelo Juchem <marcelo@fb.com>
*/ */
......
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