We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761f713 commit 690c3eaCopy full SHA for 690c3ea
language/control-structures/else.xml
@@ -60,7 +60,7 @@ else
60
Despite the indentation (which does not matter for PHP), the <literal>else</literal>
61
is associated with the <literal>if ($b)</literal>, so the example does not produce
62
any output. While relying on this behavior is valid, it is recommended to avoid
63
- it by using curly braces to resolve potential ambuigities.
+ it by using curly braces to resolve potential ambiguities.
64
</para>
65
</note>
66
</sect1>
0 commit comments