From 8d8f8b0c9991f4d9bf33ca52f727e3d672d26292 Mon Sep 17 00:00:00 2001 From: Martin Riedl Date: Thu, 27 Feb 2025 20:42:57 +0100 Subject: [PATCH] style: fixed typo --- route_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route_test.go b/route_test.go index e2403ee..54fbc3a 100644 --- a/route_test.go +++ b/route_test.go @@ -73,7 +73,7 @@ func TestRoutePlaceholder(t *testing.T) { t.Error("error during placeholder name validation;", placeholderElement.placeholderName) } - // check path finder + // check pathfinder foundRoute, _, foundParameters := route.parsePath("/user/123/home/martin", false) if foundRoute != homePathElement.routes[":"] { t.Error("wrong path element returned form path finding")