Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Oct 4, 2022
1 parent 164689c commit 10d057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fkl_parser/src/parser/fkl.pest
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ query = { "?" ~ special_string ~ ("&" ~ special_string)* }
frag = { "#" ~ special_string }

http_body = {
"request" ~ ":" ~ struct_decl ~ ";"?
"request" ~ ":" ~ (identifier | struct_decl) ~ ";"?
}

parameters_decl = {
Expand Down

0 comments on commit 10d057e

Please sign in to comment.