Skip to content

Commit

Permalink
update .verb.md file with typo change
Browse files Browse the repository at this point in the history
- change from README.md in commit: 0753e44
  • Loading branch information
doowb committed May 14, 2019
1 parent 22f8cbc commit 2741279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ The goal of this library is to be blazing fast, without compromising on accuracy

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})`.

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.
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.

**Performance**

Expand Down

0 comments on commit 2741279

Please sign in to comment.