Skip to content

Commit 0f646fd

Browse files
committed
Merge pull request #46 from mnemnion/master
Renamed variable (consistency)
2 parents 67fcdda + cb5897c commit 0f646fd

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
@@ -114,7 +114,7 @@ You can generate a PDF or an HTML copy of this guide using
114114
(bar x))
115115

116116
;; good for a small function body
117-
(defn goo [x] (bar x))
117+
(defn foo [x] (bar x))
118118

119119
;; good for multi-arity functions
120120
(defn foo

0 commit comments

Comments
 (0)