Skip to content

Commit

Permalink
fix readme snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Jun 12, 2023
1 parent 3dd88fa commit 202a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ The first defines the Entity-Creator, which should omit any fields that are auto
The second type parameter is the Entity class, and the final is for the ID. If the Entity does not have a logical ID, use Null.

```scala
class UserCreator(
case class UserCreator(
firstName: Option[String],
lastName: String,
) derives DbCodec
Expand Down

0 comments on commit 202a6aa

Please sign in to comment.