소스 검색

Typo fix: now really

Aliaksandr Valialkin 10 년 전
부모
커밋
161a14a0cf
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 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.
 //