We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ef2ce commit 4c19272Copy full SHA for 4c19272
spec/08-conversions.md
@@ -14,7 +14,7 @@ Conversions to `resource` and `null` types can not be performed.
14
15
## Converting to Boolean Type
16
17
-The [result type] (http://www.php.net/manual/en/language.types.boolean.php#language.types.boolean.casting) is [`bool`](05-types.md#the-boolean-type).
+The [result type](http://www.php.net/manual/en/language.types.boolean.php#language.types.boolean.casting) is [`bool`](05-types.md#the-boolean-type).
18
19
If the source type is `int` or `float`, then if the source value tests equal
20
to 0, the result value is `FALSE`; otherwise, the result value is `TRUE`.
0 commit comments