Skip to content

Commit 622fc38

Browse files
authored
Update README.md
fix typo
1 parent d23a94b commit 622fc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function myFunction(a, b) {
242242
}
243243
```
244244

245-
The `pythonmonkey.bigint` object works like an int in Python, but it will be coercced as a BigInt in JavaScript:
245+
The `pythonmonkey.bigint` object works like an int in Python, but it will be coerced as a BigInt in JavaScript:
246246
```python
247247
import pythonmonkey
248248

0 commit comments

Comments
 (0)