From 116afe79301c575435397c9e5ea8f8951f23c97b Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Sat, 12 Oct 2024 21:12:23 +0530 Subject: [PATCH] typo --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.go b/example/main.go index 49374b4..269ea4f 100644 --- a/example/main.go +++ b/example/main.go @@ -36,7 +36,7 @@ func main() { // define a resource r.Resource("/photos", func(resource *mux.Resource) { - // rails style resource routes + // Rails style resource routes // GET /photos // GET /photos/new // POST /photos