1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-03 10:02:30 +00:00

Merge pull request #843 from jgarte/jgarte-patch-typo

Fix typo in docstring
This commit is contained in:
Calvin Rose
2021-10-16 12:51:45 -05:00
committed by GitHub

View File

@@ -399,7 +399,7 @@ JANET_CORE_FN(janet_core_is_abstract,
JANET_CORE_FN(janet_core_scannumber, JANET_CORE_FN(janet_core_scannumber,
"(scan-number str &opt base)", "(scan-number str &opt base)",
"Parse a number from a byte sequence an return that number, either and integer " "Parse a number from a byte sequence and return that number, either an integer "
"or a real. The number " "or a real. The number "
"must be in the same format as numbers in janet source code. Will return nil " "must be in the same format as numbers in janet source code. Will return nil "
"on an invalid number. Optionally provide a base - if a base is provided, no " "on an invalid number. Optionally provide a base - if a base is provided, no "