Skip to content

Commit 1dea31a

Browse files
committed
Update documentation.
1 parent e95e0b3 commit 1dea31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All templates support the following set of standard modifiers:
4141
* `format` - applies a [format string](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax)
4242
* `^url` - applies URL encoding to a value
4343
* `^html` - applies HTML encoding to a value
44-
* `^xml` - applies HTML encoding to a value
44+
* `^xml` - applies XML encoding to a value
4545

4646
For example, the following marker applies a format string to a value and then URL-encodes the result:
4747

0 commit comments

Comments
 (0)