Skip to content

Commit bf2cdca

Browse files
committed
docs: update code comment format in README
1 parent 8aee13d commit bf2cdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ func main() {
672672
api.MustAdd([]string{http.MethodHead, http.MethodGet}, "/users", ListUsers)
673673
api.MustAdd(fox.MethodPost, "/users", CreateUser)
674674

675-
f.MustAdd(fox.MethodAny, "/api*{any}", fox.Sub(api)) // Method-less route
675+
f.MustAdd(fox.MethodAny, "/api*{any}", fox.Sub(api)) // note: Method-less route
676676
}
677677
````
678678

0 commit comments

Comments
 (0)