Skip to content

Commit b6bb327

Browse files
committed
Spelling fix.
1 parent 28e777e commit b6bb327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class MyException extends \RuntimeException {}
370370
```
371371

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

375375
```php
376376
new Foo()->someMethod();

0 commit comments

Comments
 (0)