Skip to content

Commit 1adbbb1

Browse files
committed
Fix typo in README
1 parent 4d646e8 commit 1adbbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Push payload to the front of the queue:
2424

2525
```ruby
2626
q.unshift('foo') # => 2
27-
q.pop # => 'foo"'
27+
q.pop # => 'foo'
2828
```
2929

3030
Use a queue with set-like properties to ensure uniqueness of queued items:

0 commit comments

Comments
 (0)