Fix typo in primary key section of docs

This commit is contained in:
Michael Storgaard 2016-07-01 16:46:56 +02:00 committed by GitHub
parent a2291efe5b
commit fa52e545f7

View File

@ -144,7 +144,7 @@ db.DB().SetMaxOpenConns(100)
## Composite Primary Key
Set multiple fields as priamry key to enable composite primary key
Set multiple fields as primary key to enable composite primary key
```go
type Product struct {