commit | d94d446eb345f8da40124f1ba74a71ff4172f128 | [log] [tgz] |
---|---|---|
author | Julien Schmidt <github@julienschmidt.com> | Sat Feb 06 04:20:49 2016 +0100 |
committer | Julien Schmidt <github@julienschmidt.com> | Sat Feb 06 04:20:49 2016 +0100 |
tree | 9f2db5be1647f0da970fc302ddd3f3c03651232c | |
parent | 5273944025bdfe8df6c10f286ce7742b83673033 [diff] |
typo in comment
diff --git a/tree_test.go b/tree_test.go index 46d3299..531768d 100644 --- a/tree_test.go +++ b/tree_test.go
@@ -22,7 +22,7 @@ } } -// Used as a workaround since we can't compare functions or their adresses +// Used as a workaround since we can't compare functions or their addresses var fakeHandlerValue string func fakeHandler(val string) Handle {