Fix Kotlin code formatting for Inline Maps section of ref docs

Closes gh-26836
This commit is contained in:
Sviatoslav Hryb 2021-04-21 12:13:00 +03:00 committed by GitHub
parent 1f477a5c1c
commit b153b5e53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ following example shows how to do so:
Map mapOfMaps = (Map) parser.parseExpression("{name:{first:'Nikola',last:'Tesla'},dob:{day:10,month:'July',year:1856}}").getValue(context);
----
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
[source,kotlin,indent=0,subs="verbatim",role="secondary"]
.Kotlin
----
// evaluates to a Java map containing the two entries