Skip to content

Commit 98f6b45

Browse files
committed
docs: fix typos in method descriptions
Corrected the spelling of "unexcuted" to "unexecuted" in method documentation. This improves clarity and accuracy in the code comments.
1 parent c0493c7 commit 98f6b45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ pending commands are processed, see `wait_all_responses`.
198198

199199
## wait\_one\_response()
200200

201-
If there are any unexcuted callbacks, it will block until at least one is executed.
201+
If there are any unexecuted callbacks, it will block until at least one is executed.
202202
The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
203203

204204
## wait\_all\_responses()
205205

206-
If there are any unexcuted callbacks, it will block until all of them are executed.
206+
If there are any unexecuted callbacks, it will block until all of them are executed.
207207
The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
208208

209209
## disconnect()

lib/Redis/Cluster/Fast.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ pending commands are processed, see C<wait_all_responses>.
341341
342342
=head2 wait_one_response()
343343
344-
If there are any unexcuted callbacks, it will block until at least one is executed.
344+
If there are any unexecuted callbacks, it will block until at least one is executed.
345345
The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
346346
347347
=head2 wait_all_responses()
348348
349-
If there are any unexcuted callbacks, it will block until all of them are executed.
349+
If there are any unexecuted callbacks, it will block until all of them are executed.
350350
The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
351351
352352
=head2 disconnect()

0 commit comments

Comments
 (0)