Skip to content

Commit 8f0b304

Browse files
committed
[fix] typo
1 parent 58eeb0a commit 8f0b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (c *Client) InternalTxByAddress(address string, startBlock *int, endBlock *
8282
//
8383
// Note on a Etherscan bug:
8484
// Some ERC20 contract does not have valid decimals information in Etherscan.
85-
// When that happen TokenName, TokenSymbol are empty strings,
85+
// When that happens, TokenName, TokenSymbol are empty strings,
8686
// and TokenDecimal is 0.
8787
//
8888
// More information can be found at:

0 commit comments

Comments
 (0)