We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d70c75 commit 1bfdebfCopy full SHA for 1bfdebf
src/clj/clojure/core.clj
@@ -1874,7 +1874,7 @@
1874
1875
(defmacro with-bindings
1876
"Takes a map of Var/value pairs. Installs for the given Vars the associated
1877
- values as thread-local bindings. The executes body. Pops the installed
+ values as thread-local bindings. Then executes body. Pops the installed
1878
bindings after body was evaluated. Returns the value of body."
1879
{:added "1.1"}
1880
[binding-map & body]
0 commit comments