improved doc.go

This commit is contained in:
Lunny Xiao 2013-10-07 12:07:35 +08:00
parent 1baec0ce1a
commit 1c0a92d420
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -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