Skip to content

Commit

Permalink
fix: accidentally call a variable as a function
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpitg committed Jun 28, 2015
1 parent a455daf commit 7bf7942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ulquikit.adoc
Expand Up @@ -406,7 +406,7 @@ anchor:func/extract-snippets-from-file[]
((and (not inside?) (block-delimiter? line))
(when-let (title (cond ((block-title? prev-line) prev-line)
((block-title? prev-prev-line) (prev-prev-line))
((block-title? prev-prev-line) prev-prev-line)
(t nil)))
(multiple-value-bind (type name) (parse-snippet-title title)
(setf s/type type
Expand Down

0 comments on commit 7bf7942

Please sign in to comment.