Skip to content

Commit

Permalink
[bug] Fix two typos in package org.web3j.abi
Browse files Browse the repository at this point in the history
Signed-off-by: hanmz <[email protected]>
  • Loading branch information
hanmz committed Apr 23, 2024
1 parent 7152ddd commit 054d54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abi/src/main/java/org/web3j/abi/TypeDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* documented, but is the reverse of the encoding details located <a
* href="https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI">here</a>.
*
* <p>The public API is composed of "decode*" methods and provides backward-compatbility. See
* <p>The public API is composed of "decode*" methods and provides backward-compatibility. See
* https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible
* improvements.
*/
Expand Down
2 changes: 1 addition & 1 deletion abi/src/main/java/org/web3j/abi/TypeReference.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ TypeReference getSubTypeReference() {
}

public int compareTo(TypeReference<T> o) {
// taken from the blog post comments - this results in an errror if the
// taken from the blog post comments - this results in an error if the
// type parameter is left out.
return 0;
}
Expand Down

0 comments on commit 054d54b

Please sign in to comment.