Skip to content

Commit fd0b50f

Browse files
committed
[Fix #163] Add ns to the list of idiomatic names
1 parent ab90016 commit fd0b50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ Follow ``clojure.core``'s example for idiomatic names like `pred` and `coll`.
887887
** `pred` - a predicate closure
888888
** `& more` - variadic input
889889
** `xf` - xform, a transducer
890+
** `ns` - namespacefootnote:[Technically this will shadow the `ns` macro, but it's extremely unlikely you'll ever need it in the body of a function.]
890891
* in macros:
891892
** `expr` - an expression
892893
** `body` - a macro body

0 commit comments

Comments
 (0)