Polish wording in reference manual

This commit is contained in:
Sam Brannen 2024-03-19 14:15:19 +01:00
parent aa0fb97ba5
commit 09f210f5f7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Kotlin::
----
======
WARNING: Kotlin class names with backticks using invalid Java identifiers (not starting by a letter, containing spaces, etc.) are not supported.
WARNING: Kotlin class names with backticks that use invalid Java identifiers (not starting with a letter, containing spaces, etc.) are not supported.
Since there isn't any particular condition on this class, `dataSourceConfiguration` and `dataSource` are identified as candidates.
The AOT engine will convert the configuration class above to code similar to the following: