Commit 64543f31 authored by Stephane Sezer's avatar Stephane Sezer Committed by Facebook Github Bot 7

Fix a typo in ScopeGuard.h

Summary: Closes https://github.com/facebook/folly/pull/458

Reviewed By: yfeldblum

Differential Revision: D3765911

Pulled By: Orvid

fbshipit-source-id: 30de0b99ec622471e52a775835b5a0564437febc
parent 792c0340
......@@ -37,7 +37,8 @@ namespace folly {
* a functor, or a void(*)() function pointer.
*
*
* Usage example: Add a friend to memory iff it is also added to the db.
* Usage example: Add a friend to memory if and only if it is also added
* to the db.
*
* void User::addFriend(User& newFriend) {
* // add the friend to memory
......
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