summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/upper.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/upper.md')
-rw-r--r--docs/content/en/functions/upper.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/upper.md b/docs/content/en/functions/upper.md
index 0762541dd..c7d523217 100644
--- a/docs/content/en/functions/upper.md
+++ b/docs/content/en/functions/upper.md
@@ -22,7 +22,7 @@ aliases: []
Note that `upper` can be applied in your templates in more than one way:
-```
+```go-html-template
{{ upper "BatMan" }} → "BATMAN"
{{ "BatMan" | upper }} → "BATMAN"
```