Skip to content

Commit 0c0c245

Browse files
authored
[Core] Fix a typo in tasks.rst (#57266)
Signed-off-by: Haoyuan Ge <gehaoyuan.ghy@antgroup.com>
1 parent 1014fdd commit 0c0c245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/ray-core/tasks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Ray enables arbitrary functions to be executed asynchronously on separate worker
7979
for(int i = 0; i < 4; i++) {
8080
// This doesn't block.
8181
ray::Task(SlowFunction).Remote();
82-
a
82+
}
8383

8484
Use `ray summary tasks` from :ref:`State API <state-api-overview-ref>` to see running and finished tasks and count:
8585

0 commit comments

Comments
 (0)