Skip to content

Commit

Permalink
improve javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 27, 2025
1 parent 4fbfcc1 commit 0b261fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/esaulpaugh/headlong/abi/ABIJSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static boolean requiresDigest(Set<TypeEnum> types) {
}

/**
* Reads and parses the value of the key "abi" as a contract ABI JSON array.
* Parses the value for the key "abi" as a contract ABI JSON array.
*
* @param flags {@link ABIType#FLAGS_NONE} (recommended) or {@link ABIType#FLAG_LEGACY_DECODE}
* @param objectJson the JSON object containing the "abi" field
Expand Down

0 comments on commit 0b261fe

Please sign in to comment.