Skip to content

Commit

Permalink
docs: fix param type in example comment (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Confucian-e authored Oct 25, 2024
1 parent d37a5aa commit 2c4d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/json-abi/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl JsonAbi {
/// "function transferFrom(address from, address to, uint value)",
/// "function balanceOf(address owner)(uint balance)",
/// "event Transfer(address indexed from, address indexed to, address value)",
/// "error InsufficientBalance(account owner, uint balance)",
/// "error InsufficientBalance(address owner, uint balance)",
/// "function addPerson(tuple(string, uint16) person)",
/// "function addPeople(tuple(string, uint16)[] person)",
/// "function getPerson(uint id)(tuple(string, uint16))",
Expand Down

0 comments on commit 2c4d3fe

Please sign in to comment.