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

Commit 853b0e8

Browse files
authored
用語の統一
1 parent 644daa7 commit 853b0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ data class FooId(val id: Int) {
251251
}
252252
```
253253

254-
`KColumnDeserializer`アノテーションが設定されているクラスは、特別な記述をしなくてもパラメータとしてマッピングが可能です
254+
`KColumnDeserializer`アノテーションが設定されているクラスは、特別な記述をしなくても引数としてマッピングが可能です
255255

256256
```kotlin
257257
// fooIdにKColumnDeserializerが付与されていればDstでは何もせずに正常にマッピングができる
@@ -431,7 +431,7 @@ data class Foo(
431431
)
432432
```
433433

434-
`KParameterAlias`で設定したエイリアスにもパラメータ名の変換が適用されます
434+
`KParameterAlias`で設定したエイリアスにも引数名の変換が適用されます
435435

436436
#### デフォルト引数を用いる
437437
`KRowMapper`では、特定の場面においてデフォルト引数を用いることができます。

0 commit comments

Comments
 (0)