diff --git a/internal/directive/directive.go b/internal/directive/directive.go index 05c6292..f7c3ee3 100644 --- a/internal/directive/directive.go +++ b/internal/directive/directive.go @@ -6,7 +6,7 @@ import ( "strings" ) -// Ignore represent a special instruction embebded in the source code. +// Ignore represent a special instruction embedded in the source code. // // The directive can be as simple as //