From 1baec0ce1ad71381f368ae2953258c152145d82d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 7 Oct 2013 11:15:24 +0800 Subject: [PATCH] improved doc.go --- doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc.go b/doc.go index bd6ae5e3..39f71555 100644 --- a/doc.go +++ b/doc.go @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD // license that can be found in the LICENSE file. -// Package xorm provides is a simple and powerful ORM for Go. It makes your +// Package xorm provides is a simple and powerful ORM for Go. It makes // database operation simple. - package xorm