Browse Source

Minor fix in documentation (#119385) (#120996)

Co-authored-by: Sylvain Morin <56630013+sylvain-morin@users.noreply.github.com>
Iraklis Psaroudakis 9 months ago
parent
commit
fc3dd77a81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/advanced-configuration.asciidoc

+ 1 - 1
docs/reference/setup/advanced-configuration.asciidoc

@@ -52,7 +52,7 @@ or a range of versions followed by a colon.
 +
 To apply a setting to a specific version and any later versions,
 omit the upper bound of the range.
-For example, this setting applies to Java 8 and later:
+For example, this setting applies to Java 17 and later:
 +
 [source,text]
 -------------------------------------