From cde4dad5a3156540fe2577f68ecbe42f663da097 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 6 Jan 2025 07:58:09 -0600 Subject: [PATCH] Fix typo. Fixes: #4276 --- src/core/builtins/builtins_thread.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/builtins/builtins_thread.ml b/src/core/builtins/builtins_thread.ml index fcd2fd63a3..1948cb5d9f 100644 --- a/src/core/builtins/builtins_thread.ml +++ b/src/core/builtins/builtins_thread.ml @@ -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 ->