From ccabb48a4f92b109239931c8aaf0e97d8c9e7df1 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 9 Jan 2017 09:53:27 +0800 Subject: [PATCH] misspell fix --- examples/singlemapping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/singlemapping.go b/examples/singlemapping.go index 264ead85..3ae0fd1a 100644 --- a/examples/singlemapping.go +++ b/examples/singlemapping.go @@ -14,7 +14,7 @@ type User struct { Name string } -// LoginInfo describes a login infomation +// LoginInfo describes a login information type LoginInfo struct { Id int64 IP string