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

Commit c477d4d

Browse files
authored
微修正
1 parent 9c56227 commit c477d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ val mapper: KRowMapper<Dst> = KRowMapper(::Dst) { /* キャメル -> スネー
420420

421421
### その他の機能
422422
#### 引数名にエイリアスを付ける
423-
以下のように、`Kotlin``DB`とで名前の定義が食い違う場合が有ります
423+
以下のように、引数名とカラム名とで名前の定義が食い違う場合が有ります
424424

425425
```kotlin
426426
// idフィールドはDB上ではfoo_idという名前で登録されている

0 commit comments

Comments
 (0)