summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAyesh Karunaratne <ayesh@ayesh.me>2020-06-26 03:45:29 +0700
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-25 23:32:40 +0200
commitd114812fafc8f2a7482ccb81ebee39f5d55a7890 (patch)
tree040306b5c135bc16edc29f6c00052bfcb4ce17db /UPGRADING
parent7e940823d56670d3b2cc2ed1df5eedade472811e (diff)
downloadphp-git-d114812fafc8f2a7482ccb81ebee39f5d55a7890.tar.gz
[ci skip] Various typo fixes in stub comments and CHANGES file
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index ed8690bf82..8b90d25a41 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -584,7 +584,7 @@ PHP 8.0 UPGRADE NOTES
OPENSSL_ENCODING_PEM.
- Standard:
- . printf() and friends how support the %h and %H format specifiers. These
+ . printf() and friends now support the %h and %H format specifiers. These
are the same as %g and %G, but always use "." as the decimal separator,
rather than determining it through the LC_NUMERIC locale.
. printf() and friends now support using "*" as width or precision, in which