0
0
mirror of https://github.com/semver/semver.git synced 2025-08-23 06:18:35 +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 release new versions of every dependent package). If dependencies are
specified too loosely, you will inevitably be bitten by version promiscuity specified too loosely, you will inevitably be bitten by version promiscuity
(assuming compatibility with more future versions than is reasonable). (assuming compatibility with more future versions than is reasonable).
Dependency hell is where you are when version lock and/or version promiscuity Dependency hell is when version lock and/or version promiscuity prevent you
prevent you from easily and safely moving your project forward. from easily and safely moving your project forward.
As a solution to this problem, we propose a simple set of rules and As a solution to this problem, we propose a simple set of rules and
requirements that dictate how version numbers are assigned and incremented. requirements that dictate how version numbers are assigned and incremented.