summaryrefslogtreecommitdiff
path: root/vendor/symfony/deprecation-contracts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/deprecation-contracts/README.md')
-rw-r--r--vendor/symfony/deprecation-contracts/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/deprecation-contracts/README.md b/vendor/symfony/deprecation-contracts/README.md
index 4957933a6..9814864c0 100644
--- a/vendor/symfony/deprecation-contracts/README.md
+++ b/vendor/symfony/deprecation-contracts/README.md
@@ -22,5 +22,5 @@ trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use
This will generate the following message:
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
-While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
+While not recommended, the deprecation notices can be completely ignored by declaring an empty
`function trigger_deprecation() {}` in your application.