From 9cb705e51281c3a6e2e346661c55d93662c5dd42 Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:08:05 +0900 Subject: [PATCH] refactor: Clean up documentation for `toTitleLc` function --- title.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/title.ts b/title.ts index 98b98cb..24488c8 100644 --- a/title.ts +++ b/title.ts @@ -1,8 +1,6 @@ // deno-lint-ignore-file no-irregular-whitespace -/** Convert a string to titleLc format - * - * - - * - Converts uppercase to lowercase +/** + * Convert a string to titleLc format * * Primarily used for comparing links for equality *