Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joedevon committed Dec 7, 2011
1 parent 38e3692 commit 26f1ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/data-types-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ submitted links (news) to the list is the following:
$ redis-cli lpush submitted.news 1
OK

We obtained an unique incremental ID for our news object just incrementing a
We obtained a unique incremental ID for our news object just incrementing a
key, then used this ID to create the object setting a key for every field in
the object. Finally the ID of the new object was pushed on the *submitted.news*
list.
Expand Down

0 comments on commit 26f1ff2

Please sign in to comment.