Skip to content

Commit

Permalink
Merge pull request #337 from ccamel/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `atomPastEndOfStream` definition
  • Loading branch information
ichiban authored Oct 15, 2024
2 parents 8449bdf + d2ce8f9 commit 6375564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/atom.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var (
atomOutput = NewAtom("output")
atomPair = NewAtom("pair")
atomPast = NewAtom("past")
atomPastEndOfStream = NewAtom("past_enf_of_stream")
atomPastEndOfStream = NewAtom("past_end_of_stream")
atomPermissionError = NewAtom("permission_error")
atomPhrase = NewAtom("phrase")
atomPi = NewAtom("pi")
Expand Down

0 comments on commit 6375564

Please sign in to comment.