mirror of
https://github.com/apple/pkl.git
synced 2026-03-23 17:41:10 +01:00
Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user