Explorar o código

Typo fix: now really

Aliaksandr Valialkin %!s(int64=10) %!d(string=hai) anos
pai
achega
161a14a0cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 passe tag (placeholder) name in 'tag' argument.
+// Execute* functions pass tag (placeholder) name in 'tag' argument.
 //
 // TagFunc must be safe to call from concurrently running goroutines.
 //