From 8943d4525ec58601544622de0bff6136052cf8a2 Mon Sep 17 00:00:00 2001 From: n4mine Date: Thu, 19 Jan 2017 12:38:41 +0800 Subject: [PATCH] fix: typo --- engine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.go b/engine.go index ea3cf3c8..2529fb50 100644 --- a/engine.go +++ b/engine.go @@ -561,7 +561,7 @@ func (engine *Engine) Id(id interface{}) *Session { return session.Id(id) } -// ID mehtod provoide a condition as (id) = ? +// ID method provoide a condition as (id) = ? func (engine *Engine) ID(id interface{}) *Session { session := engine.NewSession() session.IsAutoClose = true