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:
parent
42ff1b633c
commit
a2f2e5a09d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue