Skip to content

Commit 690c3ea

Browse files
authored
[skip-revcheck] fixed typo (#1187)
1 parent 761f713 commit 690c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/control-structures/else.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ else
6060
Despite the indentation (which does not matter for PHP), the <literal>else</literal>
6161
is associated with the <literal>if ($b)</literal>, so the example does not produce
6262
any output. While relying on this behavior is valid, it is recommended to avoid
63-
it by using curly braces to resolve potential ambuigities.
63+
it by using curly braces to resolve potential ambiguities.
6464
</para>
6565
</note>
6666
</sect1>

0 commit comments

Comments
 (0)