Skip to content

Commit ee90554

Browse files
authored
Fix typo in paragraph about omitting parentheses
1 parent 5e2d262 commit ee90554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ separated by a space. For example:
369369
class MyException extends \RuntimeException {}
370370
```
371371

372-
When accessing a class member immeditely after instantiating a new class, the instantiation SHOULD NOT be wrapped in
372+
When accessing a class member immediately after instantiating a new class, the instantiation SHOULD NOT be wrapped in
373373
parenthesis. For example:
374374

375375
```php

0 commit comments

Comments
 (0)