[DOC-CVS] [doc-en] master: do-while: align example code indentation (#5278)

[email protected] (Samuel via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Samuel (Rattone)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-02-06T01:00:26-08:00

Commit: https://github.com/php/doc-en/commit/53fb200fed6d316b0616a915eb87a40de1d80f51
Raw diff: https://github.com/php/doc-en/commit/53fb200fed6d316b0616a915eb87a40de1d80f51.diff

do-while: align example code indentation (#5278)

Changed paths:
  M  language/control-structures/do-while.xml


Diff:

diff --git a/language/control-structures/do-while.xml b/language/control-structures/do-while.xml
index 7522474a3f6a..57ba3892a54f 100644
--- a/language/control-structures/do-while.xml
+++ b/language/control-structures/do-while.xml
@@ -59,7 +59,7 @@ do {
     if ($i < $minimum_limit) {
         break;
     }
-   echo "i is ok";
+    echo "i is ok";
 
     /* process i */
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.