From 8071c1e022209f161deaa1bfab3917682a720c7a Mon Sep 17 00:00:00 2001 From: Andrey Goder Date: Mon, 16 Sep 2013 10:43:15 -0700 Subject: [PATCH] fix minor typo in comment Test Plan: n/a Reviewed By: delong.j@fb.com FB internal diff: D970791 --- folly/dynamic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/dynamic.h b/folly/dynamic.h index 6ab5ca1b..3a1193f3 100644 --- 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 dealt with as a * dynamic. */ fbstring asString() const; -- 2.34.1