typo fixed

This commit is contained in:
JessonChan 2014-08-23 06:48:40 +08:00
parent 02301caac1
commit 7b2fe824d5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// Usage:
//
// import "github.com/astaxie/beego/context"
// import "github.com/astaxie/beego/httplib"
//
// b := httplib.Post("http://beego.me/")
// b.Param("username","astaxie")