From b2ab13893f68dca894b08e64a2c4fcd79b9b67fa Mon Sep 17 00:00:00 2001 From: tjpcc Date: Mon, 1 May 2023 21:43:52 -0600 Subject: docstring fix --- router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.go b/router.go index 6d0252f..abfee13 100644 --- a/router.go +++ b/router.go @@ -22,7 +22,7 @@ import ( // full path must match a pattern. If you want to only match a prefix of the // path you can end the pattern with a *remainder segment. // -// The zero value is a usable Router which will fail to match any requst path. +// The zero value is a usable Router which will fail to match any request path. type Router struct { tree internal.PathTree[Handler] -- cgit v1.2.3