forked from GitHub/gf-core
Fix typo in PGFService: "incomlete"
This commit is contained in:
@@ -404,7 +404,7 @@ doParse pgf input mcat mfrom mlimit trie = showJSON $ map makeObj
|
|||||||
PGF.ParseOk trees -> ["trees".=maybe id take mlimit trees]
|
PGF.ParseOk trees -> ["trees".=maybe id take mlimit trees]
|
||||||
++addTrie trie trees
|
++addTrie trie trees
|
||||||
PGF.TypeError errs -> jsonTypeErrors errs
|
PGF.TypeError errs -> jsonTypeErrors errs
|
||||||
PGF.ParseIncomplete -> ["incomlete".=True]
|
PGF.ParseIncomplete -> ["incomplete".=True]
|
||||||
PGF.ParseFailed n -> ["parseFailed".=n]
|
PGF.ParseFailed n -> ["parseFailed".=n]
|
||||||
|
|
||||||
addTrie trie trees =
|
addTrie trie trees =
|
||||||
|
|||||||
Reference in New Issue
Block a user