Browse Source

Fix Kotlin code formatting for Inline Maps section of ref docs

Closes gh-26836
pull/26846/head
Sviatoslav Hryb 4 years ago committed by GitHub
parent
commit
b153b5e53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/core/core-expressions.adoc

2
src/docs/asciidoc/core/core-expressions.adoc

@ -958,7 +958,7 @@ following example shows how to do so: @@ -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

Loading…
Cancel
Save