Skip to content

Commit 99201d7

Browse files
committed
Fix spelling error in README
Changed 'succesfully' to 'successfully' on line 174
1 parent 26a4309 commit 99201d7

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
@@ -171,7 +171,7 @@ end
171171
Replies to commands in a pipeline can be accessed via the *futures* they
172172
emit (since redis-rb 3.0). All calls inside a pipeline block return a
173173
`Future` object, which responds to the `#value` method. When the
174-
pipeline has succesfully executed, all futures are assigned their
174+
pipeline has successfully executed, all futures are assigned their
175175
respective replies and can be used.
176176

177177
```ruby

0 commit comments

Comments
 (0)