Fix typos

This commit is contained in:
Dimitris Apostolou
2024-02-04 18:55:08 +02:00
parent 38f2e9a1cf
commit 80aff3afad
31 changed files with 53 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ import org.pkl.core.PClassInfo;
* for every parameterization of the target type. Once created, the converter is cached for later
* use, and the factory is never again invoked for the same parameterized target type.
*
* <p>For best performace, all introspection of target types (for example using {@link Reflection})
* <p>For best performance, all introspection of target types (for example using {@link Reflection})
* should happen in the factory rather then the returned converters.
*/
@FunctionalInterface