Skip to content

Commit 84fcaa4

Browse files
committed
Fix wording in docu
1 parent 672e4db commit 84fcaa4

File tree

1 file changed

+1
-1
lines changed
  • substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources/SourceCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ protected static void ensureTargetDirs(Path targetDir) {
509509
class SourceCacheFeature implements InternalFeature {
510510

511511
public static class Options {
512-
@Option(help = "Search path for source files for Application or GraalVM classes (list of comma-separated directories or jar files)")//
512+
@Option(help = "Search path for source files for application or GraalVM classes (list of comma-separated directories or jar files)")//
513513
static final HostedOptionKey<LocatableMultiOptionValue.Paths> DebugInfoSourceSearchPath = new HostedOptionKey<>(LocatableMultiOptionValue.Paths.buildWithCommaDelimiter());
514514
}
515515

0 commit comments

Comments
 (0)