Skip to content

Commit 494c3e8

Browse files
authored
doc: fix typo in fiber.rst
Resolves tarantool/doc#2635
1 parent 7cfe3c7 commit 494c3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fiber.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Fibers do not start execution automatically, we have to call
257257
ev_run(loop(), 0);
258258
259259
Here once the fiber is created we kick it to execute. This is done
260-
inside ``fiber_call_impl`` which uses ``core_transfer``
260+
inside ``fiber_call_impl`` which uses ``coro_transfer``
261261
routine to jump into ``fiber_loop`` and invoke ``run_script_f``
262262
inside.
263263

0 commit comments

Comments
 (0)