Skip to content

Commit 38e9b7a

Browse files
committed
Add missing hyphen to function name
1 parent 0f646fd commit 38e9b7a

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
@@ -687,7 +687,7 @@ compile time constants.
687687
;; bad
688688
(defn private-fun [] ...) ; not private at all
689689

690-
(defn ^:private private fun [] ...) ; overly verbose
690+
(defn ^:private private-fun [] ...) ; overly verbose
691691

692692
(def private-var ...) ; not private at all
693693
```

0 commit comments

Comments
 (0)