Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0116466

Browse files
committed
Fix example : the actual function from inflection.core 'camel-case' (not 'camelize')
1 parent b8531c7 commit 0116466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_primitive-data/1-11_inflecting-strings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The library also has support for inflections like +camelize+,(((camel case)))(((
8989
[source,clojure]
9090
----
9191
;; Convert "snake_case" to "CamelCase"
92-
(inf/camelize "my_object")
92+
(inf/camel-case "my_object")
9393
;; -> "MyObject"
9494
9595
;; Clean strings for usage as URL parameters

0 commit comments

Comments
 (0)