Skip to content

Commit

Permalink
Fix spelling error in README
Browse files Browse the repository at this point in the history
Changed 'succesfully' to 'successfully' on line 174
  • Loading branch information
amZotti committed Feb 8, 2015
1 parent 26a4309 commit 99201d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -171,7 +171,7 @@ end
Replies to commands in a pipeline can be accessed via the *futures* they
emit (since redis-rb 3.0). All calls inside a pipeline block return a
`Future` object, which responds to the `#value` method. When the
pipeline has succesfully executed, all futures are assigned their
pipeline has successfully executed, all futures are assigned their
respective replies and can be used.

```ruby
Expand Down

0 comments on commit 99201d7

Please sign in to comment.