Skip to content

Commit 4c19272

Browse files
authored
Fix markdown typo in spec/ (#249)
1 parent 39ef2ce commit 4c19272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/08-conversions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Conversions to `resource` and `null` types can not be performed.
1414

1515
## Converting to Boolean Type
1616

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).
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).
1818

1919
If the source type is `int` or `float`, then if the source value tests equal
2020
to 0, the result value is `FALSE`; otherwise, the result value is `TRUE`.

0 commit comments

Comments
 (0)