Skip to content

Commit c56f02b

Browse files
Crellsamdarktheodorejb
authored
Typo fixes
Co-authored-by: Alexander Makarov <sam@rmcreative.ru> Co-authored-by: Theodore Brown <theodorejb@outlook.com>
1 parent 3ae9bb1 commit c56f02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ declared on the next line after the opening brace.
367367
Each individual trait that is imported into a class MUST be included
368368
one-per-line and each inclusion MUST have its own `use` import statement.
369369

370-
The following is a correct example of trait `use`age.
370+
The following is a correct example of trait usage.
371371

372372
```php
373373
<?php
@@ -965,7 +965,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
965965
subsequent line is indented at least once. When doing so, the first expression
966966
MUST be on the next line. The closing parenthesis and opening brace MUST be
967967
placed together on their own line with one space between them. The semicolons
968-
MUST be on the component the follow, not on the subsequent line. For example:
968+
MUST be on the component they follow, not on the subsequent line. For example:
969969

970970
```php
971971
<?php

0 commit comments

Comments
 (0)