We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5781984 commit c6b4b76Copy full SHA for c6b4b76
1 file changed
src/main/clojure/cljs/core.cljc
@@ -2780,7 +2780,7 @@
2780
Recognized options:
2781
:as takes a symbol as its argument and makes that symbol an alias to the
2782
lib's namespace in the current namespace.
2783
- :refer takes a list of symbols to refer from the namespace..
+ :refer takes a list of symbols to refer from the namespace.
2784
:refer-macros takes a list of macro symbols to refer from the namespace.
2785
:include-macros true causes macros from the namespace to be required.
2786
:rename specifies a map from referred var names to different
@@ -2801,7 +2801,7 @@
2801
2802
The following would load the library clojure.string :as string.
2803
2804
- (require '[clojure/string :as string])"
+ (require '[clojure.string :as string])"
2805
[& args]
2806
`(~'ns* ~(cons :require args)))
2807
0 commit comments