[php-langspec][PR #240] - Added missing $ to &colors.

[email protected] Sat, 15 Jun 2019 12:26:24 +0000
Newsgroups php.standards
Message-ID <[email protected]>
You can view the Pull Request on github:
https://github.com/php/php-langspec/pull/240

Opened By: coderodde
Pull Request Description:
Line 257 reads "$b = &colors[100];", but should be "$b = &$colors[100];".