Skip to content

Commit 6c0a417

Browse files
authored
Merge pull request #23 from TimWolla/patch-1
Rephrase “MUST … no” to “MUST NOT … any”
2 parents 6768e3e + 844e322 commit 6c0a417

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
@@ -261,7 +261,7 @@ For example:
261261
</html>
262262
```
263263

264-
Declare statements MUST contain no spaces and MUST be exactly `declare(strict_types=1)`
264+
Declare statements MUST NOT contain any spaces and MUST be exactly `declare(strict_types=1)`
265265
(with an optional semicolon terminator).
266266

267267
Block declare statements are allowed and MUST be formatted as below. Note position of

0 commit comments

Comments
 (0)