Fix style in comment

This commit is contained in:
pancho horrillo
2019-11-15 17:11:30 +01:00
parent 3af5def406
commit 402bbf00d7
+1 -1
View File
@@ -46,7 +46,7 @@ func configRouter() *mux.Router {
// funcRemove Method used to ask the route model module to delete a route // funcRemove Method used to ask the route model module to delete a route
var funcRemove func(id string) error = user.Routes.Delete var funcRemove func(id string) error = user.Routes.Delete
// removeRoute Handler that removes the requested route. If doesn't exists // removeRoute Handler that removes the requested route. If it doesn't exist,
// returns 404 and an error entity // returns 404 and an error entity
func removeRoute(res http.ResponseWriter, req *http.Request) { func removeRoute(res http.ResponseWriter, req *http.Request) {
vars := mux.Vars(req) vars := mux.Vars(req)