Parcourir la source

yet another doc typo fix

Aliaksandr Valialkin il y a 10 ans
Parent
commit
cc96bf8d92
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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