Skip to content

Commit 378b79c

Browse files
fniephausvjovanov
authored andcommitted
Applied suggestion
1 parent 0f7175c commit 378b79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-manual/native-image/guides/troubleshoot-run-time-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This can be avoided by eagerly checking for missing metadata.
3131
3232
3. If there is some missing metadata reported, make sure to add it to the _reachability-metadata.json_ file. See how to do it in the [Reachability Metadata documentation](https://www.graalvm.org/latest/reference-manual/native-image/metadata/#specifying-metadata-with-json).
3333

34-
> It's not always necessary to add all reported elements to _reachability-metadata.json_. The one causing the program failure is usually among the last listed.
34+
> It is not always necessary to add all reported elements to _reachability-metadata.json_. The one causing the program failure is usually among the last listed.
3535
3636
> In GraalVM versions prior to JDK 23, errors may be reported for elements already present in _reachability-metadata.json_. These can be safely ignored, as they result from the experimental nature of the `-H:ThrowMissingRegistrationErrors=` option.
3737

0 commit comments

Comments
 (0)