Skip to content

Commit

Permalink
minor fix to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 authored Aug 4, 2024
1 parent ad17004 commit 9914f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final case class WaitList(email: String)
object Bill {
implicit lazy val schema: Schema.CaseClass1[String, WaitList] = DeriveSchema.gen[WaitList]

val (email) = ProjectionExpression.accessors[WaitList]
val email = ProjectionExpression.accessors[WaitList]
}
```

Expand Down

0 comments on commit 9914f07

Please sign in to comment.