From 7dfabd2f1980b2c49dceb92f50ea363cb7a18c23 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 27 Jan 2020 19:03:56 +0800 Subject: [PATCH] fix typo Signed-off-by: Bo-Yi Wu --- tree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.go b/tree.go index 89f74deb..2f6b1890 100644 --- a/tree.go +++ b/tree.go @@ -401,7 +401,7 @@ func (n *node) insertChild(numParams uint8, path string, fullPath string, handle return } - // If no wildcard was found, simple insert the path and handle + // If no wildcard was found, simply insert the path and handle n.path = path n.handlers = handlers n.fullPath = fullPath