minor doc nit

This commit is contained in:
Patricio Whittingslow
2026-07-26 11:14:36 -03:00
parent b79e58b812
commit 69640a6235
+1 -1
View File
@@ -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 (