From fa52e545f7703ecb172a3edfc8f299a5c82a6c36 Mon Sep 17 00:00:00 2001 From: Michael Storgaard Date: Fri, 1 Jul 2016 16:46:56 +0200 Subject: [PATCH] Fix typo in primary key section of docs --- documents/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/advanced.md b/documents/advanced.md index c563e3a3..91f2c522 100644 --- a/documents/advanced.md +++ b/documents/advanced.md @@ -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 {