mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
Fix typo in docstring
This commit is contained in:
parent
79807bf2ab
commit
e3a5d52c5e
@ -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.") {
|
||||
|
Loading…
Reference in New Issue
Block a user