diff --git a/server/server.go b/server/server.go index 94cf8ee..efc79a3 100644 --- a/server/server.go +++ b/server/server.go @@ -478,7 +478,7 @@ func (h *Handler) collect(w http.ResponseWriter, r *http.Request) { // prefix is used to submit client measurements. // // For historical reasons /dash/download is an alias for -// using the /dash/download prefix. +// using the /dash/download/ prefix. func (h *Handler) RegisterHandlers(mux *http.ServeMux) { mux.HandleFunc(spec.NegotiatePath, h.negotiate) mux.HandleFunc(spec.DownloadPath, h.download)