fix minor typo in comment
authorAndrey Goder <agoder@fb.com>
Mon, 16 Sep 2013 17:43:15 +0000 (10:43 -0700)
committerJordan 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

index 6ab5ca1bf84543e93be9e1dfd0069303e29196c8..3a1193f3a170cf61ddd9299a106669395081d25f 100644 (file)
@@ -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 dealt with as a
    * dynamic.
    */
   fbstring asString() const;