
commit f58b5bc8ccd6f574a503815e7a3ccd2d7c9f7791 Author: David Fifield <david@bamsoftware.com> Date: Thu Jan 23 11:25:03 2014 -0800 Typo. --- args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args.go b/args.go index 9eacee5..6289c8c 100644 --- a/args.go +++ b/args.go @@ -13,7 +13,7 @@ import ( // Args maps a string key to a list of values. It is similar to url.Values. type Args map[string][]string -// Get the first value associated with the given key. If there are any value +// Get the first value associated with the given key. If there are any values // associated with the key, the ok return value is true; otherwise it is false. // If you need access to multiple values, use the map directly. func (args Args) Get(key string) (value string, ok bool) {
participants (1)
-
dcf@torproject.org