From 002d1450b4d5d9e9f67dc192c265a0d95176b5ea Mon Sep 17 00:00:00 2001 From: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:31:23 +0100 Subject: [PATCH] Editorial - addresses parts of oasis-tcs/csaf#841 - correct vers example by removing invalid space --- csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md b/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md index 7eda0f273..50d8dc2fb 100644 --- a/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md +++ b/csaf_2.1/prose/edit/src/schema-elements-01-defs-02-branches.md @@ -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