1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Hooks#add_event documentation fix

This commit is contained in:
Danny Guinther 2015-06-27 11:19:27 -04:00
parent 42ff1b633c
commit a2f2e5a09d

View file

@ -59,7 +59,7 @@ class Pry
end
end
# Add a new hook to be executed for the `name` even.
# Add a new hook to be executed for the `event_name` event.
# @param [Symbol] event_name The name of the event.
# @param [Symbol] hook_name The name of the hook.
# @param [#call] callable The callable.