From 17430da4548b8195da6cb73ed079b6dbcf3e1287 Mon Sep 17 00:00:00 2001 From: Vitor Abujamra Date: Tue, 5 Nov 2024 13:51:16 -0300 Subject: [PATCH] update --- dev/node_modules/balanced-match/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/node_modules/balanced-match/README.md b/dev/node_modules/balanced-match/README.md index d2a48b6..51c26da 100644 --- a/dev/node_modules/balanced-match/README.md +++ b/dev/node_modules/balanced-match/README.md @@ -47,7 +47,7 @@ object with those keys: If there's no match, `undefined` will be returned. -If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['{', 'a', '}']`. ### var r = balanced.range(a, b, str)