Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#841
- correct vers example by removing invalid space
  • Loading branch information
tschmidtb51 committed Jan 31, 2025
1 parent 119cc42 commit 002d145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The value of MUST obey to exactly one of the following options:
*Examples 1 (for `name` when using `product_version_range` with vers):*

```
vers:gem/>=2.2.0|!= 2.2.1|<2.3.0
vers:gem/>=2.2.0|!=2.2.1|<2.3.0
vers:npm/1.2.3|>=2.0.0|<5.0.0
vers:pypi/0.0.0|0.0.1|0.0.2|0.0.3|1.0|2.0pre1
vers:tomee/>=8.0.0-M1|<=8.0.1
Expand Down

0 comments on commit 002d145

Please sign in to comment.