未验证 提交 b153b5e5 编写于 作者: S Sviatoslav Hryb 提交者: GitHub

Fix Kotlin code formatting for Inline Maps section of ref docs

Closes gh-26836
上级 1f477a5c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册