Skip to content

Commit c69c209

Browse files
committed
Fix explode() changelog entry
Drive-by indentation fix of the section
1 parent 4d72f13 commit c69c209

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

reference/strings/functions/explode.xml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,24 @@
9494
<refsect1 role="changelog">
9595
&reftitle.changelog;
9696
<informaltable>
97-
<tgroup cols="2">
98-
<thead>
99-
<row>
100-
<entry>&Version;</entry>
101-
<entry>&Description;</entry>
102-
</row>
103-
</thead>
104-
<tbody>
105-
<row>
106-
<entry>8.0.0</entry>
107-
<entry>
108-
<function>explode</function> will now throw <classname>TypeError</classname>
109-
when <parameter>separator</parameter> parameter is given an empty string ("").
110-
</entry>
111-
</row>
112-
</tbody>
113-
</tgroup>
97+
<tgroup cols="2">
98+
<thead>
99+
<row>
100+
<entry>&Version;</entry>
101+
<entry>&Description;</entry>
102+
</row>
103+
</thead>
104+
<tbody>
105+
<row>
106+
<entry>8.0.0</entry>
107+
<entry>
108+
<function>explode</function> will now throw <classname>ValueError</classname>
109+
when <parameter>separator</parameter> parameter is given an empty string
110+
(<literal>""</literal>).
111+
</entry>
112+
</row>
113+
</tbody>
114+
</tgroup>
114115
</informaltable>
115116
</refsect1>
116117

0 commit comments

Comments
 (0)