Skip to content

Commit 344a147

Browse files
authored
Merge pull request #234 from takker99:fix-doc
refactor: Clean up documentation for `toTitleLc` function
2 parents ac93b72 + 9cb705e commit 344a147

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

title.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// deno-lint-ignore-file no-irregular-whitespace
2-
/** Convert a string to titleLc format
3-
*
4-
* -
5-
* - Converts uppercase to lowercase
2+
/**
3+
* Convert a string to titleLc format
64
*
75
* Primarily used for comparing links for equality
86
*

0 commit comments

Comments
 (0)