Skip to content

Commit

Permalink
WTF, Part Deux
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Apr 5, 2012
1 parent e35083b commit f2689ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ queue = Turnpike['foo']
queue << 1, 2, 3
queue.pop # => 1

queue.peek => [1, 2]
queue.peek => [2, 3]
```

[Read the API] [5].
Expand Down

0 comments on commit f2689ec

Please sign in to comment.