Fix copy/paste docs

This commit is contained in:
Michael Miller 2021-01-16 17:16:31 -07:00
parent a7ac170153
commit 73dc7ae811
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -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