Skip to content

Commit ff942b2

Browse files
authored
Add missing paren
Fixes #48
1 parent ec688a9 commit ff942b2

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
@@ -135,7 +135,7 @@ hit `<tab>`.
135135
```el
136136
;; good
137137
(let ((thing1 "some stuff")
138-
(thing2 "other stuff")
138+
(thing2 "other stuff"))
139139
...)
140140
141141
;; bad

0 commit comments

Comments
 (0)