Skip to content

Commit 1114fda

Browse files
neoscieCopilot
andauthored
Update src/lib/string.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce8a94c commit 1114fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function truncate(value: string | undefined, maxLength: number, suffix =
6666
}
6767

6868
/**
69-
* Checks if the provided string is a valid swiss IBAN number
69+
* Checks if the provided string is a valid Swiss IBAN number
7070
* @param iBanNumber The provided IBAN number to check
7171
* @returns The result of the IBAN number check
7272
*/

0 commit comments

Comments
 (0)