Fix typo in upgrade notes

This commit is contained in:
Jonathan Torres 2018-03-05 20:36:58 -05:00 committed by Joe Watkins
parent 701437a948
commit 1cb3c15032
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -58,8 +58,8 @@ Core:
. Array destructuring now supports reference assignments using the syntax
[&$a, [$b, &$c]] = $d. The same is also supported for list().
(RFC: https://wiki.php.net/rfc/list_reference_assignment)
. instancof now allows literal as the first operand,
in this case the result always be FALSE.
. instanceof now allows literals as the first operand,
in which case the result is always FALSE.
BCMath:
. bcscale() can now also be used as getter to retrieve the current scale in use.