Skip to content

Commit

Permalink
Merge pull request #4148 from daipom/event-fix-typo
Browse files Browse the repository at this point in the history
Event: Fix typo
  • Loading branch information
ashie authored Apr 13, 2023
2 parents c8c92c1 + 8bf1a4f commit 81513ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def slice(index, num)
raise NotImplementedError, "DO NOT USE THIS CLASS directly."
end

def each(unapcker: nil, &block)
def each(unpacker: nil, &block)
raise NotImplementedError, "DO NOT USE THIS CLASS directly."
end

Expand Down

0 comments on commit 81513ed

Please sign in to comment.