Skip to content

Commit 7a19cf9

Browse files
committed
Merge pull request openresty#76 from bhanuvrat/patch-1
correct a typo
2 parents 3c3bcf4 + e2aaa64 commit 7a19cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ You can specify the max idle timeout (in ms) when the connection is in the pool
250250

251251
In case of success, returns `1`. In case of errors, returns `nil` with a string describing the error.
252252

253-
Only call this method in the place you would have called the `close` method instead. Calling this method will immediately turn the current redis object into the `closed` state. Any subsequent operations other than `connect()` on the current objet will return the `closed` error.
253+
Only call this method in the place you would have called the `close` method instead. Calling this method will immediately turn the current redis object into the `closed` state. Any subsequent operations other than `connect()` on the current object will return the `closed` error.
254254

255255
[Back to TOC](#table-of-contents)
256256

0 commit comments

Comments
 (0)