Skip to content

Commit f1973e9

Browse files
committed
Update README.md.
1 parent 1bfd8cb commit f1973e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ This code would produce the following output:
547547
## TemplateEncoder
548548
The `TemplateEncoder` class transforms an object hierarchy (known as a "data dictionary") into an output format using a [template document](template-reference.md). Template syntax is based loosely on the [Mustache](https://mustache.github.io) specification and supports most Mustache features.
549549

550-
For example, this code applies a template named "example.html" to a map instance:
550+
For example, this code applies a template named _example.html_ to a map instance:
551551

552552
```java
553553
var map = mapOf(

0 commit comments

Comments
 (0)