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
commit 884139e246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ JANET_CORE_FN(janet_core_is_abstract,
JANET_CORE_FN(janet_core_scannumber,
"(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 "
"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 "