Skip to content

Commit 6dbd7b4

Browse files
authored
Merge pull request #1538 from sogaiu/tweak-exit-value-doc
Tweak *exit-value* doc - address #1537
2 parents ba5990e + 753911f commit 6dbd7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/boot.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@
13111311
(defdyn *redef* "When set, allow dynamically rebinding top level defs. Will slow generated code and is intended to be used for development.")
13121312
(defdyn *debug* "Enables a built in debugger on errors and other useful features for debugging in a repl.")
13131313
(defdyn *exit* "When set, will cause the current context to complete. Can be set to exit from repl (or file), for example.")
1314-
(defdyn *exit-value* "Set the return value from `run-context` upon an exit. By default, `run-context` will return nil.")
1314+
(defdyn *exit-value* "Set the return value from `run-context` upon an exit.")
13151315
(defdyn *task-id* "When spawning a thread or fiber, the task-id can be assigned for concurrency control.")
13161316

13171317
(defdyn *current-file*

0 commit comments

Comments
 (0)