Skip to content

Commit

Permalink
Merge pull request #2936 from vespa-engine/kkraune-patch-1
Browse files Browse the repository at this point in the history
format nitpick
  • Loading branch information
Harald Musum authored Oct 13, 2023
2 parents f2b1372 + fa10861 commit 3c35fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/reference/config-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ <h3 id="parameter-types">Parameter types</h3>
A path parameter cannot have a default value, but may be optional (using the
<em>optional</em> keyword after the type). An optional path does not have to be
set, in which case it will be an empty value.
The content will be available as a java.nio.file.Path instance when the
component accessing this config is constructed, or an Optional&lt;Path&gt; if the <em>optional</em>
The content will be available as a <code>java.nio.file.Path</code> instance when the
component accessing this config is constructed, or an <code>Optional&lt;Path&gt;</code> if the <em>optional</em>
keyword is used.</p>
</tr>
<tr>
Expand Down

0 comments on commit 3c35fab

Please sign in to comment.