Minor, fix typo in KParameter#isOptional kdoc

This commit is contained in:
Alexander Udalov
2016-07-04 20:05:36 +03:00
parent 3b349e9be0
commit a48e1680e9
@@ -62,7 +62,7 @@ public interface KParameter : KAnnotatedElement {
}
/**
* `true` if this parameter is optional and can be omitted when making a call via [KCallable.call], or `false` otherwise.
* `true` if this parameter is optional and can be omitted when making a call via [KCallable.callBy], or `false` otherwise.
*
* A parameter is optional in any of the two cases:
* 1. The default value is provided at the declaration of this parameter.