Skip to content

Commit

Permalink
Merge pull request #16 from axone-protocol/fix/typo-atomPastEndOfStream
Browse files Browse the repository at this point in the history
Fix typo in atomPastEndOfStream definition
  • Loading branch information
ccamel authored Oct 15, 2024
2 parents 7c96a1a + eb7e90c commit be90013
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 @@ -136,7 +136,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 be90013

Please sign in to comment.