Skip to content

Commit 000679d

Browse files
authored
Merge pull request #40 from mariusa/patch-1
fix error ERROR TS1003: Identifier expected
2 parents b7fac47 + be39666 commit 000679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { stringify, parse } from '@serial-as/json'
1212

1313
@serializable
1414
class Pair{
15-
x: i32 = 0,
15+
x: i32 = 0
1616
y: i32 = 0
1717
}
1818

0 commit comments

Comments
 (0)