소스 검색

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