From 69640a6235d31e2c3f62f69db343cb056a77c415 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Sun, 26 Jul 2026 11:14:36 -0300 Subject: [PATCH] minor doc nit --- http/httphi/mux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/httphi/mux.go b/http/httphi/mux.go index dd362da..8f4409d 100644 --- a/http/httphi/mux.go +++ b/http/httphi/mux.go @@ -122,7 +122,7 @@ func (sm *MuxSlice) Handle(optMethodAndPath string, handler HandlerFunc) { v.handler = handler } -// Method is a HTTP request method, parsed by [MethodFromBytes]. +// Method is a HTTP request method, parsed by [MethodFrom]. type Method uint8 const (