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

Commit 1382452

Browse files
committed
改行漏れの修正
1 parent 0eab3e3 commit 1382452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ data class Dst(@LocalDateTimeDeserializer val dateTime: LocalDateTime)
202202
```
203203

204204
##### annotation
205-
For the `annotation class`, specify the deserializer `class` with the `KColumnDeserializeBy` `annotation`.
205+
For the `annotation class`, specify the deserializer `class` with the `KColumnDeserializeBy` `annotation`.
206206
Also, the fields prepared for this `annotation class` can be used from the deserializer.
207207

208208
```kotlin

0 commit comments

Comments
 (0)