Skip to content

Commit 1bfdebf

Browse files
blakeweststuarthalloway
authored andcommitted
Fixed typo in with-binding docs. ("then executes" vs "the executes")
Signed-off-by: Stuart Halloway <[email protected]>
1 parent 9d70c75 commit 1bfdebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@
18741874

18751875
(defmacro with-bindings
18761876
"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
1877+
values as thread-local bindings. Then executes body. Pops the installed
18781878
bindings after body was evaluated. Returns the value of body."
18791879
{:added "1.1"}
18801880
[binding-map & body]

0 commit comments

Comments
 (0)