summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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