Skip to content

Commit 09f210f

Browse files
committed
Polish wording in reference manual
1 parent aa0fb97 commit 09f210f

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/core

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/aot.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Kotlin::
167167
----
168168
======
169169

170-
WARNING: Kotlin class names with backticks using invalid Java identifiers (not starting by a letter, containing spaces, etc.) are not supported.
170+
WARNING: Kotlin class names with backticks that use invalid Java identifiers (not starting with a letter, containing spaces, etc.) are not supported.
171171

172172
Since there isn't any particular condition on this class, `dataSourceConfiguration` and `dataSource` are identified as candidates.
173173
The AOT engine will convert the configuration class above to code similar to the following:

0 commit comments

Comments
 (0)