Commit 02301caa authored by JessonChan's avatar JessonChan

modify desc

parent 485c2e86
......@@ -101,7 +101,7 @@ func Put(url string) *BeegoHttpRequest {
return newBeegoRequest(url, "PUT")
}
// Delete returns *BeegoHttpRequest DELETE GET method.
// Delete returns *BeegoHttpRequest DELETE method.
func Delete(url string) *BeegoHttpRequest {
return newBeegoRequest(url, "DELETE")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment