Minor, fix typo in KParameter#isOptional kdoc
This commit is contained in:
@@ -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:
|
* A parameter is optional in any of the two cases:
|
||||||
* 1. The default value is provided at the declaration of this parameter.
|
* 1. The default value is provided at the declaration of this parameter.
|
||||||
|
|||||||
Reference in New Issue
Block a user