Aliaksandr Valialkin пре 10 година
родитељ
комит
cc96bf8d92
1 измењених фајлова са 1 додато и 1 уклоњено
  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