Fix typo.

pull/717/head
Mariano Cano 3 years ago
parent a2b03083c8
commit 44f0d61354

@ -95,8 +95,8 @@ func (u *URI) Get(key string) string {
return v return v
} }
// GetBool returns true if a given key has the value "true". It will returns // GetBool returns true if a given key has the value "true". It returns false
// false otherwise. // otherwise.
func (u *URI) GetBool(key string) bool { func (u *URI) GetBool(key string) bool {
v := u.Values.Get(key) v := u.Values.Get(key)
if v == "" { if v == "" {

Loading…
Cancel
Save