Skip to content

Commit

Permalink
Updated comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Feb 23, 2022
1 parent b84ee82 commit 76b8f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Passes/GroupSingleCharacters.php
Expand Up @@ -8,6 +8,7 @@
namespace s9e\RegexpBuilder\Passes;

/**
* Replaces (?:aa|b|cc|d) with (?:[bd]|aa|cc)
* Enables other passes to replace (?:[xy]|a[xy]) with a?[xy]
*/
class GroupSingleCharacters extends AbstractPass
Expand Down

0 comments on commit 76b8f74

Please sign in to comment.