1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix typo in PHP 7.0 migration guide

Closes GH-2110.
This commit is contained in:
Anna Filina
2022-12-23 12:47:54 -05:00
committed by GitHub
parent 42872b28a6
commit 6d2f72b0f2

View File

@@ -362,7 +362,7 @@ switch (1) {
</sect3>
<sect3 xml:id="migration70.incompatible.other.break-continue">
<title>Misplaced break and switch statements</title>
<title>Misplaced break and continue statements</title>
<para>
<literal>break</literal> and <literal>continue</literal> statements outside of
a loop or <literal>switch</literal> control structure are now detected at