Skip to content

Commit

Permalink
chore: change doc Int64
Browse files Browse the repository at this point in the history
  • Loading branch information
damirsaifut committed Dec 1, 2022
1 parent 46992ec commit d182623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ You can however override this behavior by passing `JS_NUMBER` or `JS_STRING` opt

```protobuf
message Message {
int64 bigInt = 1; [jstype = JS_NUMBER]
uint64 bigUint = 2; [jstype = JS_NUMBER]
int64 bigInt = 1 [jstype = JS_NUMBER];
uint64 bigUint = 2 [jstype = JS_NUMBER];
}
```

Expand Down

0 comments on commit d182623

Please sign in to comment.