Skip to content

Commit

Permalink
add example for 'Add docstring support to def'
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
bpsm authored and stuarthalloway committed Oct 7, 2011
1 parent c1f22a7 commit 0db11e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changes.md
Expand Up @@ -313,7 +313,9 @@ Patch causes thread names like:

### 2.31 Add docstring support to def

defs can now have docstrings
A def can now have a docstring between name and value.

(def foo "a foo" :foo)

### 2.32 Comp function returns identity when called with zero arity

Expand Down

0 comments on commit 0db11e5

Please sign in to comment.