]> granicus.if.org Git - php/commitdiff
Fix typos in UPGRADING
authorJakub Zelenka <bukka@php.net>
Tue, 28 Jun 2016 19:27:11 +0000 (20:27 +0100)
committerJakub Zelenka <bukka@php.net>
Tue, 28 Jun 2016 19:27:11 +0000 (20:27 +0100)
UPGRADING

index 0d00e02d08031ae3328a419bb21ce9181168952c..916a34d0bf2b75be35e259b46a2e4317808f8113 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -47,7 +47,7 @@ PHP 7.1 UPGRADE NOTES
 
 - JSON:
   . The serialize_precision is used instead of precision when encoding double
-    valuse.
+    values.
   . An empty key is decoded as an empty property name instead of using _empty_
     property name when decoding object to stdClass.
   . When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and
@@ -156,12 +156,12 @@ PHP 7.1 UPGRADE NOTES
 ========================================
 
 - serialize_precision
-  . If value -1 is set, then the dtoa mode 0 is used. The value -1 is now
-    used by defualt.
+  . If the value is set to -1, then the dtoa mode 0 is used. The value -1
+    is now used by default.
 
 - precision
-  . If value -1 is set, then the dtoa mode 0 is used. No changes in default
-    value which is still 14.
+  . If the value is set to -1, then the dtoa mode 0 is used. No changes
+    in default value which is still 14.
 
 ========================================
 12. Windows Support