From ac7538b8a95ad6a5dcf15627ca7998b5586f5ffe Mon Sep 17 00:00:00 2001 From: Aditya Harsh Date: Wed, 13 Jul 2016 01:21:38 +0530 Subject: [PATCH] Fix --- share/goodie/cheat_sheets/json/cpp-vector.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/goodie/cheat_sheets/json/cpp-vector.json b/share/goodie/cheat_sheets/json/cpp-vector.json index c14027841e2..0ad69c68a44 100644 --- a/share/goodie/cheat_sheets/json/cpp-vector.json +++ b/share/goodie/cheat_sheets/json/cpp-vector.json @@ -79,7 +79,7 @@ { "key": "myvector.empty()", "val": "Returns whether the vector is empty" - } + }, { "key": "myvector.reserve()", "val": "Requests that the vector capacity be at least enough to contain n elements"