Skip to content

Commit 3e41153

Browse files
committed
Update description in resource-config-schema
1 parent f9cb67b commit 3e41153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference-manual/native-image/assets/resource-config-schema-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@
105105
],
106106
"type": "object",
107107
"title": "JSON schema for the resource-config that GraalVM Native Image uses",
108-
"description": "Native Image will iterate over all resources and match their relative paths against the Java regex specified in <includes>.If the path matches the regex, the resource is included. The <excludes> statement instructs <native-image> to omit certain included resources that match the given <pattern>"
109-
}
108+
"description": "Native Image will iterate over all resources and match their relative paths against the Java Regex specified in <includes>. If the path matches the Regex, the resource is included. The <excludes> statement instructs Native Image to omit certain included resources that match the given <pattern>"
109+
}

0 commit comments

Comments
 (0)