Skip to content

Commit

Permalink
Fix typo. Fixes: #4276
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 6, 2025
1 parent 6a86d5b commit cde4dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/builtins/builtins_thread.ml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ let _ =
Lang.add_builtin ~base:thread "pause" ~category:`Programming
~descr:
"Pause execution for a given amount of seconds. This puts the calling \
thread to skip and should not be used in the main streaming loop."
thread to sleep and should not be used in the main streaming loop."
[("", Lang.float_t, None, Some "Number of seconds of pause.")]
Lang.unit_t
(fun p ->
Expand Down

0 comments on commit cde4dad

Please sign in to comment.