Skip to content

Commit

Permalink
fix a logical fail in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Aug 12, 2023
1 parent de3ca18 commit c0e75c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ An [`EndOfInput`](@ref) clause. Translate to strongly typed grammar with [`flatt
# Example
whole_file = first(:file_contents, end_of_input)
whole_file = seq(:file_contents, end_of_input)
"""
const end_of_input = EndOfInput{Any,Any}()

Expand Down

0 comments on commit c0e75c4

Please sign in to comment.