Skip to content

Commit c6b4b76

Browse files
athosdnolen
authored andcommitted
Fix typos in docstring of require macro
1 parent 5781984 commit c6b4b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@
27802780
Recognized options:
27812781
:as takes a symbol as its argument and makes that symbol an alias to the
27822782
lib's namespace in the current namespace.
2783-
:refer takes a list of symbols to refer from the namespace..
2783+
:refer takes a list of symbols to refer from the namespace.
27842784
:refer-macros takes a list of macro symbols to refer from the namespace.
27852785
:include-macros true causes macros from the namespace to be required.
27862786
:rename specifies a map from referred var names to different
@@ -2801,7 +2801,7 @@
28012801
28022802
The following would load the library clojure.string :as string.
28032803
2804-
(require '[clojure/string :as string])"
2804+
(require '[clojure.string :as string])"
28052805
[& args]
28062806
`(~'ns* ~(cons :require args)))
28072807

0 commit comments

Comments
 (0)