Skip to content

Commit

Permalink
docs: add one word to make comment clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Oct 18, 2023
1 parent 7008165 commit 20106bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/balance.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use openzeppelin::token::erc20::interface::{IERC20CamelDispatcher, IERC20CamelDi
use starknet::EthAddress;


/// Returns the balance in native token for a given EVM address
/// Returns the balance in native token for a given EVM account (EOA or CA)
/// This is equivalent to checking the balance in native coin, i.e. ETHER of an account in Ethereum
fn balance(evm_address: EthAddress) -> u256 {
// Get access to Kakarot State locally
Expand Down

0 comments on commit 20106bd

Please sign in to comment.