mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Fix a renamed rule.
This commit is contained in:
parent
7ffbcdb490
commit
20bc736250
@ -35,7 +35,7 @@ assignment :: Assignment Term
|
||||
assignment = value <|> parseError
|
||||
|
||||
value :: Assignment Term
|
||||
value = branchNode Value (object <|> array <|> parseError)
|
||||
value = branchNode Document (object <|> array <|> parseError)
|
||||
|
||||
jsonValue :: Assignment Term
|
||||
jsonValue = object <|> array <|> number <|> string <|> boolean <|> none <|> parseError
|
||||
|
Loading…
Reference in New Issue
Block a user