Skip to content

Commit

Permalink
Merge pull request #40 from mariusa/patch-1
Browse files Browse the repository at this point in the history
fix error ERROR TS1003: Identifier expected
  • Loading branch information
gagdiez authored Apr 15, 2024
2 parents b7fac47 + be39666 commit 000679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { stringify, parse } from '@serial-as/json'

@serializable
class Pair{
x: i32 = 0,
x: i32 = 0
y: i32 = 0
}

Expand Down

0 comments on commit 000679d

Please sign in to comment.