Skip to content

Commit 0b8fd12

Browse files
mfikesswannodette
authored andcommitted
CLJS-1741: Add :rename to :refer-clojure in ns docstring
1 parent 8a49ce6 commit 0b8fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/repl.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
- :rename specifies a map from referred var names to different
10611061
symbols (and can be used to prevent clashes)
10621062
- prefix lists are not supported
1063-
* The only option for :refer-clojure is :exclude
1063+
* The only options for :refer-clojure are :exclude and :rename
10641064
* :import is available for importing Google Closure classes
10651065
- ClojureScript types and records should be brought in with :use
10661066
or :require :refer, not :import ed

0 commit comments

Comments
 (0)