From 73dc7ae811728e827075fa18f593dd9efb3843de Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 16 Jan 2021 17:16:31 -0700 Subject: [PATCH] Fix copy/paste docs --- src/spectator/example_group.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/example_group.cr b/src/spectator/example_group.cr index aac71e8..a21de28 100644 --- a/src/spectator/example_group.cr +++ b/src/spectator/example_group.cr @@ -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