Skip to content

Commit b153b5e

Browse files
authored
Fix Kotlin code formatting for Inline Maps section of ref docs
Closes gh-26836
1 parent 1f477a5 commit b153b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ following example shows how to do so:
958958
959959
Map mapOfMaps = (Map) parser.parseExpression("{name:{first:'Nikola',last:'Tesla'},dob:{day:10,month:'July',year:1856}}").getValue(context);
960960
----
961-
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
961+
[source,kotlin,indent=0,subs="verbatim",role="secondary"]
962962
.Kotlin
963963
----
964964
// evaluates to a Java map containing the two entries

0 commit comments

Comments
 (0)