From 33e941220effaad90f6460b7b163d0e870d8a8cb Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 27 Apr 2023 18:33:29 -0500 Subject: Update crates/sloth_vm/src/sloth_std/term.rs --- crates/sloth_vm/src/sloth_std/term.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/sloth_vm/src/sloth_std/term.rs b/crates/sloth_vm/src/sloth_std/term.rs index 16fd86a..c9b85da 100644 --- a/crates/sloth_vm/src/sloth_std/term.rs +++ b/crates/sloth_vm/src/sloth_std/term.rs @@ -12,7 +12,7 @@ pub const TERM_CLEAR: NativeFunction = NativeFunction { arity: 0, returns_value: false, doc: Some( - "NativeFunction term_clear: \n\tdesc: Clears the terminal\n\tExample: `term_clear(); # \ + "NativeFunction term$clear: \n\tdesc: Clears the terminal\n\tExample: `term$clear(); # \ Clears the terminal`", ), }; -- cgit v1.2.3