Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon committed Jun 21, 2024
1 parent ec754b0 commit fa51fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public CodeV1Validation(final int maxContainerSize) {
* Validates the code and stack for the EOF Layout, with optional deep consideration of the
* containers.
*
* @param layout The parsed EOFLayout of the code
* @param layout The parsed EOFLayout of the code that will be examined by stack and bytecode validation.
* @return either null, indicating no error, or a String describing the validation error.
*/
@SuppressWarnings(
Expand Down

0 comments on commit fa51fab

Please sign in to comment.