Skip to content

Commit 343df7f

Browse files
fix: Wrong explanation of comment processing. Closes thymeleaf/thymeleaf#1031
1 parent ca6d791 commit 343df7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/3.1/usingthymeleaf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,8 +3388,8 @@ would be slightly less readable):
33883388
--------------------------------
33893389

33903390
Standard HTML/XML comments `<!-- ... -->` can be used anywhere in Thymeleaf
3391-
templates. Anything inside these comments won't be processed by Thymeleaf, and
3392-
will be copied verbatim to the result:
3391+
templates. Anything inside these comments will be processed by Thymeleaf as
3392+
any other block of text in the template:
33933393

33943394
```html
33953395
<!-- User info follows -->

0 commit comments

Comments
 (0)