From e49358828d84d4bf2a2ec8ee9447c8f5a00f90bc Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Thu, 27 Apr 2023 18:34:50 -0500 Subject: docs fixed --- crates/sloth_vm/src/sloth_std/misc.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/sloth_vm/src/sloth_std/misc.rs b/crates/sloth_vm/src/sloth_std/misc.rs index e0aa05c..4476bfd 100644 --- a/crates/sloth_vm/src/sloth_std/misc.rs +++ b/crates/sloth_vm/src/sloth_std/misc.rs @@ -29,8 +29,8 @@ pub const DOCS: NativeFunction = NativeFunction { arity: 1, returns_value: true, doc: Some( - "NativeFunction get$doc: \n\targs: name (str)\n\tdesc: Returns documentaiton on a \ - function with name \n\tExample: `var doc = get$doc('wait'); # Returns the \ + "NativeFunction docs: \n\targs: name (str)\n\tdesc: Returns documentaiton on a \ + function with name \n\tExample: `var doc = docs('wait'); # Returns the \ documentation of the 'wait' function to doc`", ), }; -- cgit v1.2.3