diff --git a/heredoc.go b/heredoc.go index def5766..33b3097 100644 --- a/heredoc.go +++ b/heredoc.go @@ -15,7 +15,7 @@ // // "\n\tFoo\n\tBar\n" // -// I dont't want this! +// I don't want this! // // However this problem is solved by package heredoc. //