Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1bardesign committed Jan 2, 2024
2 parents 0b18c04 + 2052cdd commit 73f9555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function pubsub:unsubscribe(event, callback)
end

--check if there is a subscriber for a given event
function pubsub:has_subcriber(event)
function pubsub:has_subscriber(event)
return self.subscriptions[event] ~= nil
end

Expand Down

0 comments on commit 73f9555

Please sign in to comment.