Skip to content

Commit

Permalink
Add more backticks for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Oct 24, 2020
1 parent 556faf1 commit b1d2842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/articles/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Examples:
* `>=1.0 <2.0`
* `>=1.0 <1.1 || >=1.2`

### Hyphenated Version Range ( - )
### Hyphenated Version Range (` - `)

Inclusive set of versions. Partial versions on the right include are completed
with a wildcard. For example `1.0 - 2.0` is equivalent to `>=1.0.0 <2.1` as the
Expand Down Expand Up @@ -157,7 +157,7 @@ Example: `~1.2`
> it will not allow the major number to increase trying to keep backwards
> compatibility.
### Caret Version Range (^)
### Caret Version Range (`^`)

The `^` operator behaves very similarly, but it sticks closer to semantic
versioning, and will always allow non-breaking updates. For example `^1.2.3`
Expand Down

0 comments on commit b1d2842

Please sign in to comment.