Skip to content

Commit

Permalink
Fixed typo (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
wensiet authored Jan 13, 2024
1 parent 70c8dbb commit 7ea3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/many_to_many.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Customized join table's foreign keys required to be composited primary keys or c
type Person struct {
ID int
Name string
Addresses []Address `gorm:"many2many:person_addressses;"`
Addresses []Address `gorm:"many2many:person_addresses;"`
}

type Address struct {
Expand Down

0 comments on commit 7ea3f83

Please sign in to comment.