Skip to content

Commit

Permalink
Javadoc: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 8, 2024
1 parent 8c75861 commit 1ada1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.lang.reflect.Modifier;

/**
* <p>Utility reflection methods focussed on constructors, modelled after {@link MethodUtils}.</p>
* <p>Utility reflection methods focused on constructors, modeled after {@link MethodUtils}.</p>
*
* <strong>Known Limitations: Accessing Public Constructors In A Default Access Superclass</strong>
* <p>There is an issue when invoking public constructors contained in a default access superclass.
Expand Down

0 comments on commit 1ada1cf

Please sign in to comment.