Skip to content

Commit a21b5e4

Browse files
committed
Fix some markup
1 parent 40d8317 commit a21b5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
12951295
value 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

0 commit comments

Comments
 (0)