Skip to content

Commit ae8a27e

Browse files
committed
c
1 parent 7d9a4e7 commit ae8a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/intro/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ contract Example {
2828
function getSpotBalance(address tokenAddress) external view returns (uint256) {
2929
3030
// Get spot balance using tokenAddress
31-
// (the address is converted under-the-hood to tokenId using TokenRegistry)
31+
// (the address is converted under the hood to tokenId using TokenRegistry)
3232
PrecompileLib.SpotBalance memory spotBalance =
3333
PrecompileLib.spotBalance(address(this), tokenAddress);
3434
return spotBalance.total;

0 commit comments

Comments
 (0)