We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6d791 commit 343df7fCopy full SHA for 343df7f
docs/tutorials/3.1/usingthymeleaf.md
@@ -3388,8 +3388,8 @@ would be slightly less readable):
3388
--------------------------------
3389
3390
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:
+templates. Anything inside these comments will be processed by Thymeleaf as
+any other block of text in the template:
3393
3394
```html
3395
<!-- User info follows -->
0 commit comments