svn: /phpdoc/ja/trunk/language/ expressions.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Wed, 22 Apr 2020 19:41:33 +0000

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

Log:
fixed minor doc typo, pointed out by peshigome.

Changed paths:
    U   phpdoc/ja/trunk/language/expressions.xml

Modified: phpdoc/ja/trunk/language/expressions.xml
===================================================================
--- phpdoc/ja/trunk/language/expressions.xml	2020-04-22 19:31:49 UTC (rev 349692)
+++ phpdoc/ja/trunk/language/expressions.xml	2020-04-22 19:41:33 UTC (rev 349693)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 342074 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: takagi -->
+<!-- CREDITS: takagi,mumumu -->
  <chapter xml:id="language.expressions" xmlns="http://docbook.org/ns/docbook">
   <title>式</title>

@@ -187,12 +187,12 @@
 $e = $d = ++$b;     /* 前置加算なので、$d と $e に代入される値は、
                        加算後の $b の値 (6) です */

-/* ここままで、$d と $e は、6 です */
+/* ここまでで、$d と $e は、6 です */

 $f = double($d++);  /* $f には、$d が加算される前の値を2倍した値、
-                       つまり 2*6 = 12 が、代入されます。
+                       つまり 2*6 = 12 が、代入されます。 */
 $g = double(++$e);  /* $g には、$e が加算された後の値を2倍した値、
-                        つまり 2*7 = 14 が、代入されます。
+                        つまり 2*7 = 14 が、代入されます。 */
 $h = $g += 10;      /* まず、$g に 10 が加算され、24 になります。
                        代入値 (24) は、$h に代入されます。
                        そして、$h も同様に 24 になります。 */
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.