Skip to content

Commit d398488

Browse files
authored
Merge pull request #45172 from MaciejDromin/native-tips-word-fix
Docs: Correct word form in Native Applications Tips
2 parents 7ecc0e0 + 732833d commit d398488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/writing-native-applications-tips.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class MyReflectionConfiguration {
197197
}
198198
----
199199

200-
Note: By default the `@RegisterForReflection` annotation will also registered any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
200+
Note: By default the `@RegisterForReflection` annotation will also register any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
201201

202202
==== Using a configuration file
203203

0 commit comments

Comments
 (0)