Skip to content

Commit 7cd899b

Browse files
committed
Fix interpretation of lifecycle - using ranges after current stack version mighyt cause confusion
1 parent 13301d0 commit 7cd899b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/testing/req.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Interpreted as: `unavailable =9.0`, `beta =9.1`, `preview 9.2-9.3` (range to fil
6565
### Three stages with varying gaps
6666

6767
```{applies_to}
68-
stack: preview 9.0, beta 9.2, ga 9.5
68+
stack: preview 8.0, beta 9.0, ga 9.2
6969
```
7070

71-
Interpreted as: `preview 9.0-9.1`, `beta 9.2-9.4`, `ga 9.5+`.
71+
Interpreted as: `preview 8.0-8.19`, `beta 9.0-9.1`, `ga 9.2+`.
7272

7373
## Inline examples
7474

0 commit comments

Comments
 (0)