Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 4e04e71

Browse files
committed
コメント修正
1 parent 2fc53f1 commit 4e04e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/core/Functions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlin.reflect.full.findAnnotation
1212
fun KParameter.getAliasOrName(): String? = findAnnotation<KParameterAlias>()?.value ?: name
1313

1414
/**
15-
* パラメータがignoreされているかをチェックする関数
15+
* デフォルト引数を用いるかチェックする関数
1616
*/
1717
fun KParameter.isUseDefaultArgument(): Boolean {
1818
if (annotations.any { it is KUseDefaultArgument }) {

0 commit comments

Comments
 (0)