Ver Fonte

yet another doc typo fix

Aliaksandr Valialkin há 10 anos atrás
pai
commit
cc96bf8d92
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      template.go

+ 1 - 1
template.go

@@ -8,7 +8,7 @@ import (
 )
 
 // Template implements simple template engine, which can be used for fast
-// tags (aka placeholders) substitution.
+// tags' (aka placeholders) substitution.
 type Template struct {
 	texts           [][]byte
 	tags            []string