File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ unless specified otherwise.
12911291
12921292=== Underscore For Unused Bindings [[underscore-for-unused-bindings]]
12931293
1294- Use `_ ` for destructuring targets and formal argument names whose
1294+ Use `+_+ ` for destructuring targets and formal argument names whose
12951295value will be ignored by the code at hand.
12961296
12971297[source,clojure]
@@ -1313,7 +1313,7 @@ value will be ignored by the code at hand.
13131313
13141314=== Idiomatic Names [[idiomatic-names]]
13151315
1316- Follow `clojure.core`'s example for idiomatic names like `pred` and `coll`.
1316+ Follow `` clojure.core` `'s example for idiomatic names like `pred` and `coll`.
13171317
13181318* in functions:
13191319 ** `f`, `g`, `h` - function input
You can’t perform that action at this time.
0 commit comments