Skip to content

Commit d150075

Browse files
Update README.md
1 parent 6855bf4 commit d150075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ switch x {
7272

7373
// VALID:
7474
let onfalse = fn() {
75-
x + x = 1;
75+
x = x + 1;
7676
y = y - 1;
7777
};
7878

0 commit comments

Comments
 (0)