1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-23 21:24:10 +00:00

Fix typo in docstring

This commit is contained in:
jgart
2021-10-16 11:48:59 -04:00
committed by GitHub
parent 79807bf2ab
commit e3a5d52c5e

View File

@@ -399,7 +399,7 @@ JANET_CORE_FN(janet_core_is_abstract,
JANET_CORE_FN(janet_core_scannumber,
"(scan-number str)",
"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.") {