Skip to content

Commit 5e8c317

Browse files
authored
Merge pull request shaunlebron#4 from colonelrascals/master
Update README.md
2 parents 723cbc3 + fc5222d commit 5e8c317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ are evaluated and passed to it ([prefix notation](http://en.wikipedia.org/wiki/P
105105

106106
If the first element of a list is one of the language's few __special forms__,
107107
then the rest of the elements are passed to it unevaluated. (There are only [22
108-
special forms](https://github.com/cljsinfo/cljs-api-docs/blob/catalog/refs/library/special.md).)
108+
special forms](https://clojure.org/reference/special_forms).)
109109

110110
```clj
111111
(if (= a b c) ; <-- determines if a=b=c

0 commit comments

Comments
 (0)