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.
 //