projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af17ef
)
fix minor typo in comment
author
Andrey Goder
<agoder@fb.com>
Mon, 16 Sep 2013 17:43:15 +0000
(10:43 -0700)
committer
Jordan DeLong
<jdelong@fb.com>
Sun, 22 Sep 2013 23:40:17 +0000
(16:40 -0700)
Test Plan: n/a
Reviewed By: delong.j@fb.com
FB internal diff:
D970791
folly/dynamic.h
patch
|
blob
|
history
diff --git
a/folly/dynamic.h
b/folly/dynamic.h
index 6ab5ca1bf84543e93be9e1dfd0069303e29196c8..3a1193f3a170cf61ddd9299a106669395081d25f 100644
(file)
--- a/
folly/dynamic.h
+++ b/
folly/dynamic.h
@@
-264,7
+264,7
@@
public:
* requested type.
*
* Note you can only use this to access integral types or strings,
- * since arrays and objects are generally best delt with as a
+ * since arrays and objects are generally best de
a
lt with as a
* dynamic.
*/
fbstring asString() const;