Skip to content

Commit 60110c3

Browse files
amano-kenjibakpakin
authored andcommitted
Fix a typo in spork/generators/keep-step
1 parent c9bda99 commit 60110c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spork/generators.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289

290290
(defmacro- keep-step
291291
[val]
292-
~(when-let [v , val]
292+
~(when-let [v ,val]
293293
(yield v)))
294294

295295
(defn keep

0 commit comments

Comments
 (0)