Skip to content

Commit dc3ae20

Browse files
committed
QA: Typo fix
1 parent 1d1e774 commit dc3ae20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Plugin for the [XP Compiler](https://github.com/xp-framework/compiler/) which ad
1212

1313
Example
1414
-------
15-
Compact methods use the `fn` keywords, much like [PHP 7.4 arrow functions](https://wiki.php.net/rfc/arrow_functions_v2). The RFC suggests this in its *Future Scope* section.
15+
Compact methods use the `fn` keyword, much like [PHP 7.4 arrow functions](https://wiki.php.net/rfc/arrow_functions_v2). The RFC suggests this in its *Future Scope* section.
1616

1717
```php
1818
class Person {

0 commit comments

Comments
 (0)