Skip to content

Commit d002b02

Browse files
authored
Standardize "lower case" terminology.
1 parent e50409d commit d002b02

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
@@ -192,7 +192,7 @@ PHP.
192192

193193
When the opening `<?php` tag is on the first line of the file, it MUST be on its
194194
own line with no other statements unless it is a file containing markup outside of PHP
195-
opening and closing tags. The `<?php` tag MUST always be lower-case.
195+
opening and closing tags. The `<?php` tag MUST always be lower case.
196196

197197
Import statements MUST never begin with a leading backslash as they
198198
must always be fully qualified.

0 commit comments

Comments
 (0)