Skip to content

Commit 6cae7d0

Browse files
authored
Review
1 parent 9f47bd8 commit 6cae7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

language/control-structures/switch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ endswitch;
269269
</informalexample>
270270
</para>
271271
<para>
272-
Prior to PHP 8.5.0, it was possible to use a semicolon instead of a colon after a case like:
272+
It's possible to use a semicolon instead of a colon after a case like:
273273
<informalexample>
274274
<programlisting role="php">
275275
<![CDATA[

0 commit comments

Comments
 (0)