Skip to content

Commit 6bfb58c

Browse files
committed
typo
[ci skip]
1 parent 85519d5 commit 6bfb58c

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
@@ -240,7 +240,7 @@ This library supports two mechanism for the standard Kotlin Serialization.
240240
This mechanism requires explicit setup for each ID class
241241
242242
```kotlin
243-
@Serializable(with = Id.Serializer::class)
243+
@Serializable(with = UserId.Serializer::class)
244244
class UserId private constructor(id: UUID) : ObjectUuid<UserId>(id) {
245245
// standard boilerplate ...
246246

0 commit comments

Comments
 (0)