mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
fix comment typo
This commit is contained in:
@@ -175,7 +175,7 @@ class LearnHaxe3{
|
|||||||
argument that sets a type parameter.
|
argument that sets a type parameter.
|
||||||
*/
|
*/
|
||||||
var m3 = new Map();
|
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");
|
trace(m3 + " is the value for m3");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user