Skip to content

Commit 40b3e83

Browse files
committed
fix: fix the annotation syntax
1 parent 96a138b commit 40b3e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elsa-dependencies.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Return the state."
116116
(unless state
117117
(setq state (list :visited nil :deps nil)))
118118
(setq current-library (or current-library file))
119-
;; (var this-file-requires :: (string string))
119+
;; (this-file-requires :: (string string))
120120
(let ((this-file-requires (elsa--get-requires file)))
121121
(dolist (req (nreverse this-file-requires))
122122
(let ((library (car req))

0 commit comments

Comments
 (0)