Merge pull request #1101 from mex/patch-1

Fix typo in primary key section of docs
This commit is contained in:
Jinzhu 2016-07-05 06:13:55 +08:00 committed by GitHub
commit 711e791bb5

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 {