浏览代码

Merge pull request #2569 from fzzrr/development

doc typo fix
Simon Krajewski 11 年之前
父节点
当前提交
6fb30f1d07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/Template.hx

+ 1 - 1
std/haxe/Template.hx

@@ -96,7 +96,7 @@ class Template {
 
 		If `macros` has a field 'name', all occurrences of $$name(args) are
 		replaced with the result of calling that field. The first argument is
-		always the the resolve() method, followed by the given arguments.
+		always the resolve() method, followed by the given arguments.
 		If `macros` has no such field, the result is unspecified.
 
 		If `context` is null, the result is unspecified. If `macros` is null,