Polishing

This commit is contained in:
Sébastien Deleuze
2024-04-08 18:03:19 +02:00
parent a471aa6a9a
commit cabd1f53df

View File

@@ -205,7 +205,7 @@ Kotlin::
+
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
----
val person = factory.getBean("person") as Person;
val person = factory.getBean("person") as Person
----
======