1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-13 13:57:19 +00:00

Minor documentation fixes.

This commit is contained in:
Andrew Chambers
2019-05-17 20:58:06 +12:00
parent 880049c0ee
commit ec43afb426
3 changed files with 4 additions and 4 deletions

View File

@@ -928,7 +928,7 @@ static const JanetReg parse_cfuns[] = {
},
{
"parser/eof", cfun_parse_eof,
JDOC("(parser/insert parser)\n\n"
JDOC("(parser/eof parser)\n\n"
"Indicate that the end of file was reached to the parser. This puts the parser in the :dead state.")
},
{