Aliaksandr Valialkin пре 10 година
родитељ
комит
a807c8bbd0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      template.go

+ 1 - 1
template.go

@@ -67,7 +67,7 @@ func newBytesBuffer() interface{} {
 }
 
 // TagFunc can be used as a substitution value in the map passed to Execute*.
-// Execute* functions passes tag (placeholder) name in 'tag' argument.
+// Execute* functions passe tag (placeholder) name in 'tag' argument.
 //
 // TagFunc must be safe to call from concurrently running goroutines.
 //