summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gorilla/schema/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/schema/doc.go')
-rw-r--r--vendor/github.com/gorilla/schema/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gorilla/schema/doc.go b/vendor/github.com/gorilla/schema/doc.go
index 22c0ff4b..a95e87bd 100644
--- a/vendor/github.com/gorilla/schema/doc.go
+++ b/vendor/github.com/gorilla/schema/doc.go
@@ -12,7 +12,7 @@ The basic usage is really simple. Given this struct:
Phone string
}
-...we can fill it passing a map to the Load() function:
+...we can fill it passing a map to the Decode() function:
values := map[string][]string{
"Name": {"John"},