Skip to content

Commit b3eff8e

Browse files
authored
Fixing typo in conversion function BigInt (#87)
1 parent 773746f commit b3eff8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/developer/assemblyscript-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ When the type of a value is certain, it can be converted to a [built-in type](#b
684684
| Bytes | JSON | json.fromBytes(s) |
685685
| int8 | i32 | none |
686686
| int32 | i32 | none |
687-
| int32 | BigInt | Bigint.fromI32(s) |
687+
| int32 | BigInt | BigInt.fromI32(s) |
688688
| uint24 | i32 | none |
689689
| int64 - int256 | BigInt | none |
690690
| uint32 - uint256 | BigInt | none |

0 commit comments

Comments
 (0)