Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
toniz4 committed May 16, 2024
1 parent ebd7866 commit c78b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cider-completion-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(expect (assq 'cycle (assq 'cider completion-category-overrides))
:to-be nil))

(it "adds just `flex' if there is another syle present"
(it "adds just `flex' if there is another style present"
(setq completion-category-overrides '((cider (styles partial-completion))))
(cider-enable-flex-completion)
(expect (car (cdr (assq 'styles (assq 'cider completion-category-overrides))))
Expand Down

0 comments on commit c78b2d4

Please sign in to comment.