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