Skip to content

Commit 3cc1a46

Browse files
committed
Update trim_characters_end.ts
1 parent 750c6d8 commit 3cc1a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/trim_characters_end.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @param characters The characters to trim
77
* @returns The trimmed input string
88
*/
9-
export default function trimCharactersStart(
9+
export default function trimCharactersEnd(
1010
inputString : string,
1111
characters : string
1212
) : string {

0 commit comments

Comments
 (0)