Skip to content

Commit 14ee4b9

Browse files
authored
Merge pull request #73 from wravery/master
Fix #72
2 parents ab32d4f + edac608 commit 14ee4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graphqlservice/GraphQLGrammar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ struct definition
13051305
};
13061306

13071307
struct document_content
1308-
: seq<bof, opt<utf8::bom>, star<ignored>, list<definition, plus<ignored>>, star<ignored>, tao::graphqlpeg::eof>
1308+
: seq<bof, opt<utf8::bom>, star<ignored>, list<definition, star<ignored>>, star<ignored>, tao::graphqlpeg::eof>
13091309
{
13101310
};
13111311

0 commit comments

Comments
 (0)