Browse Source

More copy editing

Carl Jackson 12 years ago
parent
commit
d235950870
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example/main.go

+ 1
- 1
example/main.go View File

@ -79,7 +79,7 @@ func NewGreet(w http.ResponseWriter, r *http.Request) {
var greet Greet var greet Greet
// Parse the POST body into the Greet struct. The format is the same as // 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() r.ParseForm()
err := param.Parse(r.Form, &greet) err := param.Parse(r.Form, &greet)


Loading…
Cancel
Save