From 1d4dd5d5b4a3190f453c38aca0d510742c86ae0b Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Mon, 7 Oct 2024 09:25:17 +0300 Subject: [PATCH] fixed comment typo --- tools/hook/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hook/hook.go b/tools/hook/hook.go index de15a07d..7a9bf75c 100644 --- a/tools/hook/hook.go +++ b/tools/hook/hook.go @@ -36,7 +36,7 @@ type Handler[T Resolver] struct { // Hook defines a generic concurrent safe structure for managing event hooks. // -// When using custom a event it must embed the base [hook.Event]. +// When using custom event it must embed the base [hook.Event]. // // Example: //