Skip to content

Commit 95abe9e

Browse files
committed
QA: Clearer wording
1 parent 26eee2d commit 95abe9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Pattern operator for PHP
88
[![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/)
99
[![Latest Stable Version](https://poser.pugx.org/xp-lang/php-pattern-operator/version.png)](https://packagpatternt.org/packages/xp-lang/php-pattern-operator)
1010

11-
Plugin for the [XP Compiler](https://github.com/xp-framework/compiler/) which adds an `~` operator to the PHP language.
11+
Plugin for the [XP Compiler](https://github.com/xp-framework/compiler/) which adds an `~` infix operator to the PHP language.
1212

1313
Examples
1414
--------
15-
The infix pattern operator treats the following expression as a regular expression and returns the matches it generates:
15+
The pattern operator treats the following expression as a regular expression and returns the matches it generates:
1616

1717
```php
1818
if ($greeting ~ '/^H[ea]llo/') {

0 commit comments

Comments
 (0)