From e1cc5fc579d74653347161cac0e95f40d3b112c7 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 19 Aug 2026 13:42:24 +0200 Subject: [PATCH] doc(validateIBAN): fix code examples code boxes on https://simplify.github.io/ibantools/functions/validateIBAN.html are currently broken --- src/ibantools.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ibantools.ts b/src/ibantools.ts index f565bdd..bdd1181 100755 --- a/src/ibantools.ts +++ b/src/ibantools.ts @@ -93,7 +93,6 @@ export interface ValidateIBANResult { * ibantools.validateIBAN("NL91ABNA0417164300"); * ``` * ``` - * ``` * // returns {errorCodes: [], valid: true} * ibantools.validateIBAN('CH4431999123000889012'); * ```