Commit 1ce31b9a authored by David Lam's avatar David Lam Committed by Facebook Github Bot 0

fix typo in dynamic.md documentation

Summary: #accept2ship

Reviewed By: Orvid

Differential Revision: D3486732

fbshipit-source-id: 45bfe1daa1dbd1e427fcd18e71e6b9eeb6d6b2b7
parent 6c76acfc
......@@ -120,7 +120,7 @@ which returns an iterator compatible with `items()`:
// pos->first is "hello"
// pos->second is "world"
auto pos = obj.find("no_such_key);
auto pos = obj.find("no_such_key");
// pos == obj.items().end()
```
......
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