0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00

Fix "dependency hell" description typo

From:
 "Dependency hell is where you are when version lock and/or version promiscuity prevent you from..."
To:
 "Dependency hell is when version lock and/or version promiscuity prevent you from..."
This commit is contained in:
BigTurtle8 2023-07-16 02:37:09 -05:00 committed by GitHub
parent 38a25311c9
commit 184e85d43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ danger of version lock (the inability to upgrade a package without having to
release new versions of every dependent package). If dependencies are
specified too loosely, you will inevitably be bitten by version promiscuity
(assuming compatibility with more future versions than is reasonable).
Dependency hell is where you are when version lock and/or version promiscuity
prevent you from easily and safely moving your project forward.
Dependency hell is when version lock and/or version promiscuity prevent you
from easily and safely moving your project forward.
As a solution to this problem, we propose a simple set of rules and
requirements that dictate how version numbers are assigned and incremented.