summaryrefslogtreecommitdiff
path: root/doc/indent_spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/indent_spec.md')
-rw-r--r--doc/indent_spec.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/indent_spec.md b/doc/indent_spec.md
index 8e624101..2166a63f 100644
--- a/doc/indent_spec.md
+++ b/doc/indent_spec.md
@@ -1,4 +1,4 @@
-# Indent Specification
+## Overview
An indent spec can be used to specify intricate indentation rules for the more
complex macros (or functions). It is provided as a value in the var metadata,
@@ -111,7 +111,7 @@ For instance, `defrecord` has two special arguments, and here's how it might be
```
Here's another way one could do it:
-
+
```clj
(defrecord TheNameOfTheRecord
[a pretty long argument list]