From 1c0a92d420a2ac1374b954390889c59030dab8d6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 7 Oct 2013 12:07:35 +0800 Subject: [PATCH] improved doc.go --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 39f71555..4d499f1c 100644 --- a/doc.go +++ b/doc.go @@ -2,6 +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 +// Package xorm is a simple and powerful ORM for Go. It makes // database operation simple. package xorm