Skip to content

Commit 3f139e8

Browse files
committed
tweak
1 parent 65945bb commit 3f139e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/proxy.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(def proxied-vec (proxy [1 2 3 4]))
3030
(aget proxied-vec 1) ;; => 2
3131
32-
Access patterns from JavaScript on these proxied values will lazily
32+
Access patterns from JavaScript on these proxied values will lazily,
3333
recursively return further proxied values:
3434
3535
(def nested-proxies (proxy [{:foo 1 :bar 2}]))

0 commit comments

Comments
 (0)