From 33bb9fe69aa25ad8068822a63802cc840105cd78 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 26 Nov 2024 12:47:12 +0200 Subject: [PATCH] Fix typo in comment --- internal/directive/directive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //