浏览代码

yet another doc typo fix

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