File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ There are particular range indicators which are sugars for more extended range e
232232 - ` 1.1 - 1.4.0 ` means ` >=(>=1.1.0 <1.2.0-0) <=1.4.0 ` which finally translates to ` >=1.1.0 <=1.4.0 `
233233 - ` 1.1.0 - 2 ` means ` >=1.1.0 <=(>=2.0.0 <3.0.0-0) ` which finally translates to ` >=1.1.0 <3.0.0-0 `
234234
235- - ** Tilde Range (` ~ ` )** : Describes a patch level range when the minor version is specified or a minor level range when not.
235+ - ** Tilde Range (` ~ ` )** : Describes a patch level range when the minor version is specified or a minor level range when it's not.
236236 - ` ~1.0.1 ` translates to ` >=1.0.1 <1.1.0-0 `
237237 - ` ~1.0 ` translates to ` >=1.0.0 <1.1.0-0 `
238238 - ` ~1 ` translates to ` >=1.0.0 <2.0.0-0 `
@@ -356,4 +356,4 @@ When the version or constraint parsing fails due to an invalid format, the libra
356356## Contact & Support
357357- Create an [ issue] ( https://github.com/z4kn4fein/php-semver/issues ) for bug reports and feature requests.
358358- Start a [ discussion] ( https://github.com/z4kn4fein/php-semver/discussions ) for your questions and ideas.
359- - Add a ⭐️ to support the project!
359+ - Add a ⭐️ to support the project!
You can’t perform that action at this time.
0 commit comments