svn: /phpdoc/ja/trunk/language/control-structures/ while.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 05 May 2020 00:48:41 +0000

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

Log:
fixed typo (Remove unnecessary "Sometimes")

Changed paths:
    U   phpdoc/ja/trunk/language/control-structures/while.xml

Modified: phpdoc/ja/trunk/language/control-structures/while.xml
===================================================================
--- phpdoc/ja/trunk/language/control-structures/while.xml	2020-05-04 21:22:38 UTC (rev 349748)
+++ phpdoc/ja/trunk/language/control-structures/while.xml	2020-05-05 00:48:41 UTC (rev 349749)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312947 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349746 Maintainer: takagi Status: ready -->

 <sect1 xml:id="control-structures.while" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>while</literal></title>
@@ -23,9 +23,9 @@
   <literal>while</literal>文は、式の値が&true;である間、
   入れ子の文を繰り返し実行することをPHPに指示します。
   式の値は各反復処理の開始時にチェックされるので、ループ内の文の実行により
-  この値が代わった場合でもループ実行は各ループを終るまで終わりません。
+  この値が変わった場合でもループ実行は各ループを終るまで終わりません。
   (PHPによるループ内の文の実行が1回分の反復に相当します)
-  <literal>while</literal>式の値が初めから&false;の
+  <literal>while</literal>式の値がはじめから&false;の
   場合は、内部の文は一回も実行されません。
  </simpara>
  <para>
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.