Fix a typo in PropertyResolverExtensions documentation
This commit is contained in:
parent
719e7394d6
commit
d7f67b3dc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue