mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix copy/paste docs
This commit is contained in:
parent
a7ac170153
commit
73dc7ae811
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ module Spectator
|
|||
|
||||
@around_hooks = [] of ExampleProcsyHook
|
||||
|
||||
# Adds a hook to be invoked when the *{{name.id}}* event occurs.
|
||||
# Adds a hook to be invoked when the *around_each* event occurs.
|
||||
def add_around_each_hook(hook : ExampleProcsyHook) : Nil
|
||||
@around_hooks << hook
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue