Explorar o código

yet another doc typo fix

Aliaksandr Valialkin %!s(int64=10) %!d(string=hai) anos
pai
achega
cc96bf8d92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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