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

Commit 8948e92

Browse files
committed
修正
1 parent 3c3a996 commit 8948e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.ja.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ val dst = KMapper(::Dst).map(src)
3434
ソースは1つに限らず、複数のオブジェクトや、`Pair``Map`等を指定することもできます。
3535

3636
```kotlin
37-
""
3837
val dst = KMapper(::Dst).map(
3938
"param1" to "value of param1",
4039
mapOf("param2" to 1, "param3" to 2L),

0 commit comments

Comments
 (0)