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

[skip-revcheck] fixed typo (#1187)

This commit is contained in:
魔王卷子
2021-12-09 15:12:38 +08:00
committed by GitHub
parent 761f713125
commit 690c3ea7c7

View File

@@ -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>