From 422fe0a9bdc2eac76cc1512a1708ade73e57cf68 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 27 Apr 2023 18:33:50 -0500 Subject: Update crates/sloth_vm/src/sloth_std/term.rs --- crates/sloth_vm/src/sloth_std/term.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/sloth_vm/src') diff --git a/crates/sloth_vm/src/sloth_std/term.rs b/crates/sloth_vm/src/sloth_std/term.rs index c9b85da..f61321c 100644 --- a/crates/sloth_vm/src/sloth_std/term.rs +++ b/crates/sloth_vm/src/sloth_std/term.rs @@ -34,8 +34,8 @@ pub const TERM_SETPOS: NativeFunction = NativeFunction { arity: 2, returns_value: false, doc: Some( - "NativeFunction term_setpos: \n\targs: x (int), y (int)\n\tdesc: Sets the cursors \ - position to (, )\n\tExample: `term_setpos(5, 17); # Sets the position of the \ + "NativeFunction term$setpos: \n\targs: x (int), y (int)\n\tdesc: Sets the cursors \ + position to (, )\n\tExample: `term$setpos(5, 17); # Sets the position of the \ cursor to (5, 17)`", ), }; -- cgit v1.2.3