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

Commit 5314241

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

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
@@ -215,7 +215,7 @@ annotation class LocalDateTimeDeserializer(val pattern: String = "yyyy-MM-dd'T'H
215215
```
216216

217217
##### deserializer
218-
Deserializer is created by inheriting `AbstractKColumnDeserializer`.
218+
Deserializer is created by inheriting `AbstractKColumnDeserializer`.
219219
The meaning of each type parameter is as follows.
220220

221221
- `A`: `Annotation class` (`LocalDateTimeDeserializer` in this example)

0 commit comments

Comments
 (0)