Skip to content

Commit 9b43f71

Browse files
committed
style: correct a comment
1 parent e7cd349 commit 9b43f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const createEndpoints = async (destDir, lang, config) => {
176176
"capitalize": capitalize,
177177
"lengthOfLongestString": lengthOfLongestString,
178178

179-
// [ "p.page", "b.num" ] => '"page": dto.Page),\n\t\t\t"num": dto.Num),'
179+
// [ "p.page", "b.num" ] => '"page": chi.URLParam(r, "page"),\n\t\t\t"num": dto.Num),'
180180
// (used only with Golang's go-chi)
181181
"formatParamsAsGolangMap": (params) => {
182182
if (params.length === 0) {

0 commit comments

Comments
 (0)