svn: /phpdoc/de/trunk/language/control-structures/ elseif.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 15 Sep 2019 15:47:09 +0000

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

Log:
Fix typo

Patch provided by anonymous user.

Changed paths:
    U   phpdoc/de/trunk/language/control-structures/elseif.xml

Modified: phpdoc/de/trunk/language/control-structures/elseif.xml
===================================================================
--- phpdoc/de/trunk/language/control-structures/elseif.xml	2019-09-15 15:46:18 UTC (rev 347989)
+++ phpdoc/de/trunk/language/control-structures/elseif.xml	2019-09-15 15:47:09 UTC (rev 347990)
@@ -21,7 +21,7 @@
 <![CDATA[
 <?php
 if ($a > $b) {
-    echo "a is größer als b";
+    echo "a ist größer als b";
 } elseif ($a == $b) {
     echo "a ist gleich groß wie b";
 } else {
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.