Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko committed Apr 29, 2024
1 parent f2d73de commit e973b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ GUMP::add_filter("upper", function($value, array $params = []) {
return strtoupper($value);
});

// You might want to check whether a filter first already
// You might want to check whether a filter exists first
GUMP::has_filter($rule);
```

Expand Down

0 comments on commit e973b91

Please sign in to comment.