Browse Source

Merge pull request #2569 from fzzrr/development

doc typo fix
Simon Krajewski 11 years ago
parent
commit
6fb30f1d07
1 changed files with 1 additions and 1 deletions
  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,