summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2018-08-23 12:16:16 +0200
committerjvoisin2018-08-23 12:16:16 +0200
commit571438807f758deda883aabee3f42018a51d7ca7 (patch)
treec56719cff69b4f9bea464cfaa581ad450d4a2cf8 /doc/source
parentd809454ca361a2b2bf8ec14464777887da6562eb (diff)
Fix a typo in a link
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/features.rst2
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
324The aforementioned :ref:`strict mode <global-strict-feature>` only works with 324The aforementioned :ref:`strict mode <global-strict-feature>` only works with
325annotated types and native functions, so it doesn't cover every instances of 325annotated 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>`__
327during comparisons. Since comparison between different types in PHP is 327during 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>`__
329difficult to get right, Snuffleupagus offers a way to **always** use the 329difficult to get right, Snuffleupagus offers a way to **always** use the