Skip to content

Commit

Permalink
Merge pull request #1389 from sogaiu/fiber-last-value-doc-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin authored Feb 2, 2024
2 parents 9c14c09 + 91827ee commit 5ddefff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/fiber.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ JANET_CORE_FN(cfun_fiber_can_resume,
}

JANET_CORE_FN(cfun_fiber_last_value,
"(fiber/last-value)",
"(fiber/last-value fiber)",
"Get the last value returned or signaled from the fiber.") {
janet_fixarity(argc, 1);
JanetFiber *fiber = janet_getfiber(argv, 0);
Expand Down

0 comments on commit 5ddefff

Please sign in to comment.