[DOC-CVS] [doc-en] master: Fix typo: simparapara -> simpara in StreamBucket (#5395)

[email protected] (KentarouTakeda via GitHub) Sat, 28 Feb 2026 13:51:13 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: KentarouTakeda (KentarouTakeda)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2026-02-28T13:51:10Z

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

Fix typo: simparapara -> simpara in StreamBucket (#5395)

Changed paths:
  M  reference/stream/streambucket.xml


Diff:

diff --git a/reference/stream/streambucket.xml b/reference/stream/streambucket.xml
index f49539fe04b2..f83caaf0e6ef 100644
--- a/reference/stream/streambucket.xml
+++ b/reference/stream/streambucket.xml
@@ -57,28 +57,28 @@
     <varlistentry xml:id="streambucket.props.bucket">
      <term>resource <varname>bucket</varname></term>
      <listitem>
-      <simparapara>A <literal>userfilter.bucket</literal> resource.</simparapara>
+      <simpara>A <literal>userfilter.bucket</literal> resource.</simpara>
      </listitem>
     </varlistentry>
     <varlistentry xml:id="streambucket.props.data">
      <term>string <varname>data</varname></term>
      <listitem>
-      <simparapara>The current string in the bucket.</simparapara>
+      <simpara>The current string in the bucket.</simpara>
      </listitem>
     </varlistentry>
     <varlistentry xml:id="streambucket.props.datalen">
      <term>int <varname>datalen</varname></term>
      <listitem>
-      <simparapara>
+      <simpara>
        The length of the string in the bucket.
        Deprecated as of PHP 8.4 in favor of <literal>StreamBucket::$dataLength</literal>.
-      </simparapara>
+      </simpara>
      </listitem>
     </varlistentry>
     <varlistentry xml:id="streambucket.props.dataLength">
      <term>int <varname>dataLength</varname></term>
      <listitem>
-      <simparapara>The length of the string in the bucket.</simparapara>
+      <simpara>The length of the string in the bucket.</simpara>
      </listitem>
     </varlistentry>
    </variablelist>