diff options
Diffstat (limited to 'haxe.html.markdown')
| -rw-r--r-- | haxe.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/haxe.html.markdown b/haxe.html.markdown index 9288fc87..82031291 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -175,7 +175,7 @@ class LearnHaxe3{             argument that sets a type parameter.           */          var m3 = new Map(); -        m3.set(6, 'baz'); // m2 is now a Map<Int,String> +        m3.set(6, 'baz'); // m3 is now a Map<Int,String>          trace(m3 + " is the value for m3");          /* | 
