Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasiwan committed Jul 12, 2016
1 parent c7c635d commit ac7538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/cpp-vector.json
Expand Up @@ -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"
Expand Down

0 comments on commit ac7538b

Please sign in to comment.