diff --git a/example/main.go b/example/main.go index 71b18f5..54baf2a 100644 --- a/example/main.go +++ b/example/main.go @@ -79,7 +79,7 @@ func NewGreet(w http.ResponseWriter, r *http.Request) { var greet Greet // Parse the POST body into the Greet struct. The format is the same as - // is emitted by (e.g.) jQuery.params. + // is emitted by (e.g.) jQuery.param. r.ParseForm() err := param.Parse(r.Form, &greet)