fixed comment typo

This commit is contained in:
Gani Georgiev 2024-10-07 09:25:17 +03:00
parent 9087b68651
commit 1d4dd5d5b4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ type Handler[T Resolver] struct {
// Hook defines a generic concurrent safe structure for managing event hooks. // 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: // Example:
// //