From 8fea41884111643d5366f64f5b6d1d5b14c18fa5 Mon Sep 17 00:00:00 2001 From: devinrayolsen Date: Thu, 15 Sep 2016 22:39:39 -0700 Subject: [PATCH] Updated Bag of Tricks (markdown) --- Bag-of-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bag-of-Tricks.md b/Bag-of-Tricks.md index 8f4c33d..d9dae0b 100644 --- a/Bag-of-Tricks.md +++ b/Bag-of-Tricks.md @@ -2,7 +2,7 @@ Here are helper class that can help you add missing features. ## Look for a nested key -Suppose we've this json: +Suppose we've got this json: ```json {"key1":1,"key2":{"subkey1":3,"subkey2":4}}