mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] fixed typo (#1187)
This commit is contained in:
parent
761f713125
commit
690c3ea7c7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ else
|
|||
Despite the indentation (which does not matter for PHP), the <literal>else</literal>
|
||||
is associated with the <literal>if ($b)</literal>, so the example does not produce
|
||||
any output. While relying on this behavior is valid, it is recommended to avoid
|
||||
it by using curly braces to resolve potential ambuigities.
|
||||
it by using curly braces to resolve potential ambiguities.
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue