We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf949e commit 20e3675Copy full SHA for 20e3675
1 file changed
src/types/map.md
@@ -19,7 +19,7 @@ map.x = 10;
19
const fns = new Map.<String, Function>();
20
21
// m=function
22
-fns.m = function() { return 10 };
+fns.m = function() 10;
23
24
// m()
25
trace(fns.call("m"));
0 commit comments