Skip to content

Commit 09657b8

Browse files
author
Bozhidar Batsov
committed
Case is not a special form
1 parent b7ea6c0 commit 09657b8

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
@@ -57,7 +57,7 @@ in summary; this is one attempt:
5757
identified by the symbol in function position, the bodies of which are
5858
indented two spaces, regardless of the position of their first argument (this
5959
is called "defun" indentation, for historical reasons):
60-
1. Known special forms (e.g. `case`, `try`, etc)
60+
1. Known special forms (e.g. `loop`, `try`, etc)
6161
2. Nearly all "core" macros that ship as part of Clojure itself
6262
3. Userland macros (and any other form?) that are locally registered via
6363
`put-clojure-indent`, `define-clojure-indent` (helpers for adding mappings to

0 commit comments

Comments
 (0)