Skip to content

Commit d6f5278

Browse files
authored
Fix summary for defer
1 parent 1d3f0d2 commit d6f5278

File tree

1 file changed

+1
-1
lines changed
  • content/en-us/reference/engine/libraries

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/libraries/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ functions:
5151
code_samples:
5252
- name: task.defer
5353
summary: |
54-
Calls/resumes a function/coroutine on the next resumption cycle.
54+
Calls/resumes a function/coroutine at the end of the current resumption cycle.
5555
description: |
5656
Accepts a function or a thread (as returned by coroutine.create) and
5757
defers it until the end of the current

0 commit comments

Comments
 (0)