diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/sloth_vm/src/sloth_std/term.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 (<x>, <y>)\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 (<x>, <y>)\n\tExample: `term$setpos(5, 17); # Sets the position of the \ cursor to (5, 17)`", ), }; |
