Skip to content

Commit 20e3675

Browse files
committed
Update
1 parent 1cf949e commit 20e3675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ map.x = 10;
1919
const fns = new Map.<String, Function>();
2020
2121
// m=function
22-
fns.m = function() { return 10 };
22+
fns.m = function() 10;
2323
2424
// m()
2525
trace(fns.call("m"));

0 commit comments

Comments
 (0)