Browse Source

doc typo fix

Alex Koz 11 years ago
parent
commit
85ab215a1e
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,