Skip to content

Commit

Permalink
docs(api): Remove doc string choking ldoc, minimal fix for clean webs…
Browse files Browse the repository at this point in the history
…ite build
  • Loading branch information
alerque committed Dec 13, 2024
1 parent 73ffcd5 commit ed3df20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bibtex/csl/utils/casing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ local capitalizeFirst = function (text, lang)
return icu.case(first, lang, "upper") .. rest
end

--- Text casing methods for CSL.
-- @table casing methods for lower, upper, capitalize-first, capitalize-all, title, sentence
local casing = {
-- Straightforward
["lowercase"] = function (text, lang)
Expand Down

0 comments on commit ed3df20

Please sign in to comment.