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)