Fix a typo in PropertyResolverExtensions documentation

This commit is contained in:
Sébastien Deleuze 2021-04-28 12:16:35 +02:00
parent 719e7394d6
commit d7f67b3dc3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ operator fun PropertyResolver.get(key: String) : String? = getProperty(key)
/**
* Extension for [PropertyResolver.getProperty] providing a `getProperty<Foo>(...)`
* variant returning a nullable [String].
* variant returning a nullable `Foo`.
*
* @author Sebastien Deleuze
* @since 5.1