Skip to content

Commit 98fced6

Browse files
committed
clarify defaults
1 parent 3f139e8 commit 98fced6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/proxy.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
3838
Note key-fn is only used for proxied ClojureScript maps. This
3939
function should map strings to the appropriate key
40-
representation. All maps proxied from the same ctor fn will share
41-
the same key-fn cache."
40+
representation. If unspecified, key-fn defaults to keyword. All maps
41+
proxied from the same ctor fn will share the same key-fn cache."
4242
([]
4343
(builder keyword))
4444
([key-fn]

0 commit comments

Comments
 (0)