diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-04-27 18:30:38 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-04-27 18:30:38 -0500 |
| commit | c4b4f9f86fa1e48b95f5c45e2e6c7005fe88fe96 (patch) | |
| tree | 1d437a7b2f60d205500e2403b009af53358f347b /crates/sloth_vm/src/sloth_std/misc.rs | |
| parent | 935f53cddfdc87dd0da0606595f4da1d4238c617 (diff) | |
| parent | 1cc0b13f3915a281aea109050b844f6cb38db71f (diff) | |
| download | sloth-c4b4f9f86fa1e48b95f5c45e2e6c7005fe88fe96.tar.gz | |
Merge branch 'standard-library' of github.com-Nic:slothlang/sloth into standard-library
Diffstat (limited to 'crates/sloth_vm/src/sloth_std/misc.rs')
| -rw-r--r-- | crates/sloth_vm/src/sloth_std/misc.rs | 4 |
1 files 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 df8d452..8993f49 100644 --- a/crates/sloth_vm/src/sloth_std/misc.rs +++ b/crates/sloth_vm/src/sloth_std/misc.rs @@ -30,8 +30,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 <str>\n\tExample: `var doc = get_doc('wait'); # Returns the \ + "NativeFunction get$doc: \n\targs: name (str)\n\tdesc: Returns documentaiton on a \ + function with name <str>\n\tExample: `var doc = get$doc('wait'); # Returns the \ documentation of the 'wait' function to doc`", ), }; |
