[phb][Uses]: Fix missing commas

Reported by: pauamma
This commit is contained in:
Fernando Apesteguía 2025-11-03 22:47:42 +01:00
parent e8c0c4c27c
commit ef51a9c78f
1 changed files with 1 additions and 1 deletions

View File

@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port:
`JAVA_VERSION`::
List of space-separated suitable java versions for the port. An optional `\+`
allows specifying a range of versions. (allowed values `8[+]`, `11[\+]`,
`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]` `24[\+]` `25[+]`)
`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]`, `24[\+]`, `25[+]`)
`JAVA_OS`::
List of space-separated suitable JDK port operating systems for the port.