From d2755b458a3e9278eaa397abe68fff6b375d1f1e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 15 Mar 2017 09:44:49 +0800 Subject: [PATCH] typo --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 19b6ac18..288ba321 100644 --- a/doc.go +++ b/doc.go @@ -36,7 +36,7 @@ Xorm also support raw sql execution: ORM Methods -There are 7 major ORM methods and many helpful methods to use to operate database. +There are 8 major ORM methods and many helpful methods to use to operate database. 1. Insert one or multiple records to database