Skip to content

Commit 844e322

Browse files
authored
Rephrase “MUST … no” to “MUST NOT … any”
This makes the phrasing more clear, because the negation is part of the RFC 2119 keyword.
1 parent b5cac84 commit 844e322

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
@@ -220,7 +220,7 @@ For example:
220220
</html>
221221
```
222222

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

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

0 commit comments

Comments
 (0)