Skip to content

Commit a7be7e9

Browse files
Fix typo: simparapara -> simpara in StreamBucket (#5395)
1 parent 02bee41 commit a7be7e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/stream/streambucket.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,28 @@
5757
<varlistentry xml:id="streambucket.props.bucket">
5858
<term>resource <varname>bucket</varname></term>
5959
<listitem>
60-
<simparapara>A <literal>userfilter.bucket</literal> resource.</simparapara>
60+
<simpara>A <literal>userfilter.bucket</literal> resource.</simpara>
6161
</listitem>
6262
</varlistentry>
6363
<varlistentry xml:id="streambucket.props.data">
6464
<term>string <varname>data</varname></term>
6565
<listitem>
66-
<simparapara>The current string in the bucket.</simparapara>
66+
<simpara>The current string in the bucket.</simpara>
6767
</listitem>
6868
</varlistentry>
6969
<varlistentry xml:id="streambucket.props.datalen">
7070
<term>int <varname>datalen</varname></term>
7171
<listitem>
72-
<simparapara>
72+
<simpara>
7373
The length of the string in the bucket.
7474
Deprecated as of PHP 8.4 in favor of <literal>StreamBucket::$dataLength</literal>.
75-
</simparapara>
75+
</simpara>
7676
</listitem>
7777
</varlistentry>
7878
<varlistentry xml:id="streambucket.props.dataLength">
7979
<term>int <varname>dataLength</varname></term>
8080
<listitem>
81-
<simparapara>The length of the string in the bucket.</simparapara>
81+
<simpara>The length of the string in the bucket.</simpara>
8282
</listitem>
8383
</varlistentry>
8484
</variablelist>

0 commit comments

Comments
 (0)