From d235950870430cd82ad898ba50fe53ca11ab9b9b Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Sun, 23 Mar 2014 22:53:23 -0700 Subject: [PATCH] More copy editing --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)