1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-22 18:24:49 +00:00

1.9.0 Release.

Fix up some documentation as well.
This commit is contained in:
Calvin Rose
2020-05-10 16:44:16 -05:00
parent e8b3587946
commit 235605bfa4
12 changed files with 29 additions and 27 deletions

View File

@@ -1139,7 +1139,7 @@ static const JanetReg parse_cfuns[] = {
"parser/new", cfun_parse_parser,
JDOC("(parser/new)\n\n"
"Creates and returns a new parser object. Parsers are state machines "
"that can receive bytes, and generate a stream of janet values.")
"that can receive bytes, and generate a stream of values.")
},
{
"parser/clone", cfun_parse_clone,