chore: fix comments (#163)

This commit is contained in:
Twisha Bansal
2024-12-23 21:58:14 +05:30
committed by GitHub
parent 003ce510a1
commit 938f7b41d7

View File

@@ -43,7 +43,7 @@ func apiRouter(s *Server) (chi.Router, error) {
return r, nil
}
// toolInvokeHandler handles the request for information about a Toolset.
// toolsetHandler handles the request for information about a Toolset.
func toolsetHandler(s *Server, w http.ResponseWriter, r *http.Request) {
toolsetName := chi.URLParam(r, "toolsetName")
toolset, ok := s.toolsets[toolsetName]