Skip to content

Commit

Permalink
Typo fix in README.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Aug 12, 2024
1 parent b078d58 commit 6f87baa
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 @@ -89,7 +89,7 @@ struct Message {
    @Relationship(inverse: \.replyTo)
    var replies: [Message]?

    @Relationshipinverse: \.replies)
    @Relationship(inverse: \.replies)
    var replyTo: Message?

    @Relationship
Expand Down

0 comments on commit 6f87baa

Please sign in to comment.