Skip to content

Commit a18ea8a

Browse files
authored
Don't copy context in dupluralize-id (#492)
1 parent cedd860 commit a18ea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/identifier-naming.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[(string-suffix? plural-name "es") (string-trim plural-name "es" #:left? #false)]
2424
[(string-suffix? plural-name "s") (string-trim plural-name "s" #:left? #false)]
2525
[else plural-name]))
26-
(format-id id "~a" (string->symbol singular-name)))
26+
(format-id #false "~a" (string->symbol singular-name)))

0 commit comments

Comments
 (0)