Skip to content

Commit

Permalink
Fix BigInt example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasKunnen authored and Neos3452 committed Jan 28, 2021
1 parent 5d3aadd commit 3909df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ TypedJSON.mapType(Decimal, {
class MappedTypes {

@jsonMember
cryptoKey: BigInt;
cryptoKey: bigint;

@jsonMember
money: Decimal;
Expand Down

0 comments on commit 3909df7

Please sign in to comment.