Skip to content

Commit

Permalink
fix a typo in InternalsHiderTransform (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Jul 17, 2023
1 parent cb54b62 commit 51cf799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ String generateError(ModLoadOption from, String target, String site) {
} else if (replacements.size() == 1) {
sb.append("Please don't use this, instead try using the public api ");
sb.append(replacements.get(0));
sb.append(" - that way you can have guarenteed backwards compatibility!");
sb.append(" - that way you can have guaranteed backwards compatibility!");
} else {
sb.append("Please don't use this, instead try using one of the following public API classes:");
for (String str : replacements) {
Expand Down

0 comments on commit 51cf799

Please sign in to comment.