From 05341d70e1e2ce8b478a694a2fb5851b3ecf68f1 Mon Sep 17 00:00:00 2001 From: henz Date: Wed, 3 Jul 2024 14:06:56 +0800 Subject: [PATCH] adding function set_program_text --- src/bundles/repl/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundles/repl/functions.ts b/src/bundles/repl/functions.ts index 55c903605..87f8bc593 100644 --- a/src/bundles/repl/functions.ts +++ b/src/bundles/repl/functions.ts @@ -103,7 +103,7 @@ export function set_font_size(font_size_px: number) { } /** - * Set program text + * Set program text in the Repl editor to the given string * @param {text} string * * @category Main