Skip to content

Commit

Permalink
Fix documentation reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan authored Sep 5, 2016
1 parent 6ce5d30 commit e81de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (r *Response) SetErrorUri(id string, description string, uri string, state
}
}

// SetErrorUri changes the response to redirect to the given url
// SetRedirect changes the response to redirect to the given url
func (r *Response) SetRedirect(url string) {
// set redirect parameters
r.Type = REDIRECT
Expand Down

0 comments on commit e81de27

Please sign in to comment.