Skip to content

Commit

Permalink
fixed typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
benbscholz committed May 11, 2012
1 parent b437bde commit 55c2bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Much of the functionality was inspired by Python's dictionary.
jaylist.keys(); jaylist.keys();


// let's view the values in the list // let's view the values in the list
// -> ["strings", 1638423] // -> ["strings", 1638423, [1,2,3,4,5]]
jaylist.values(); jaylist.values();


// let's remove an item // let's remove an item
Expand Down

0 comments on commit 55c2bf2

Please sign in to comment.