Skip to content

Commit 2741279

Browse files
committed
update .verb.md file with typo change
- change from README.md in commit: 0753e44
1 parent 22f8cbc commit 2741279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ The goal of this library is to be blazing fast, without compromising on accuracy
393393

394394
The number one of goal of this libary is accuracy. However, it's not unusual for different glob implementations to have different rules for matching behavior, even with simple wildcard matching. It gets increasingly more complicated when combinations of different features are combined, like when extglobs are combined with globstars, braces, slashes, and so on: `!(**/{a,b,*/c})`.
395395

396-
Thus, given that there is no cannonical glob specification to use as a single source of truth when differences of opinion arise regarding behavior, sometimes we have to implement our best judgement and rely on feedback from users to make improvements.
396+
Thus, given that there is no canonical glob specification to use as a single source of truth when differences of opinion arise regarding behavior, sometimes we have to implement our best judgement and rely on feedback from users to make improvements.
397397

398398
**Performance**
399399

0 commit comments

Comments
 (0)