diff options
| author | jvoisin | 2018-08-23 12:16:16 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-23 12:16:16 +0200 |
| commit | 571438807f758deda883aabee3f42018a51d7ca7 (patch) | |
| tree | c56719cff69b4f9bea464cfaa581ad450d4a2cf8 /doc/source/features.rst | |
| parent | d809454ca361a2b2bf8ec14464777887da6562eb (diff) | |
Fix a typo in a link
Diffstat (limited to 'doc/source/features.rst')
| -rw-r--r-- | doc/source/features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst index aa1273d..60366d4 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst | |||
| @@ -323,7 +323,7 @@ Preventing sloppy comparisons | |||
| 323 | 323 | ||
| 324 | The aforementioned :ref:`strict mode <global-strict-feature>` only works with | 324 | The aforementioned :ref:`strict mode <global-strict-feature>` only works with |
| 325 | annotated types and native functions, so it doesn't cover every instances of | 325 | annotated types and native functions, so it doesn't cover every instances of |
| 326 | `type juggling <https://secure.php.net/manual/en/language.types.type-juggling.php>` | 326 | `type juggling <https://secure.php.net/manual/en/language.types.type-juggling.php>`__ |
| 327 | during comparisons. Since comparison between different types in PHP is | 327 | during comparisons. Since comparison between different types in PHP is |
| 328 | `notoriously <https://secure.php.net/manual/en/types.comparisons.php>`__ | 328 | `notoriously <https://secure.php.net/manual/en/types.comparisons.php>`__ |
| 329 | difficult to get right, Snuffleupagus offers a way to **always** use the | 329 | difficult to get right, Snuffleupagus offers a way to **always** use the |
