svn: /phpdoc/de/trunk/reference/json/functions/ json-encode.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Mon, 23 Apr 2018 23:53:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=344821

Log:
Fix typo

Patch provided by anonymous user.

Changed paths:
    U   phpdoc/de/trunk/reference/json/functions/json-encode.xml

Modified: phpdoc/de/trunk/reference/json/functions/json-encode.xml
===================================================================
--- phpdoc/de/trunk/reference/json/functions/json-encode.xml	2018-04-23 22:34:27 UTC (rev 344820)
+++ phpdoc/de/trunk/reference/json/functions/json-encode.xml	2018-04-23 23:53:37 UTC (rev 344821)
@@ -244,7 +244,7 @@
  $numbers,
  json_encode($numbers, JSON_NUMERIC_CHECK)
 );
-echo "Zeichenketten, die unsachgemäß formartierte Zahlen enthalten".PHP_EOL;
+echo "Zeichenketten, die unsachgemäß formatierte Zahlen enthalten".PHP_EOL;
 $strings = array('+a33123456789', 'a123');
 var_dump(
  $strings,
@@ -268,7 +268,7 @@
   string(7) "0.00001"
 }
 string(28) "[123123,-123123,1200,1.0e-5]"
-Zeichenketten, die unsachgemäß formartierte Zahlen enthalten
+Zeichenketten, die unsachgemäß formatierte Zahlen enthalten
 array(2) {
   [0]=>
   string(13) "+a33123456789"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.