Skip to content

Commit

Permalink
Hotfix (again, oop)
Browse files Browse the repository at this point in the history
  • Loading branch information
Case Duckworth committed Dec 29, 2021
1 parent 2309995 commit 049d4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions titlecase-data.el
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ Include: articles, and, but, for, nor, or, prepositions, and
(seq-filter
(lambda (p)
(< (length p) 4))
titlecase-coordinating-conjunctions
'("as" "if")))
titlecase-coordinating-conjunctions)
'("as" "if"))
"Words to lowercase in AP Style.")

(defvar titlecase-lowercase-bluebook (append titlecase-articles
Expand Down

0 comments on commit 049d4ec

Please sign in to comment.