summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpraschke <stel@comfy.monster>2023-10-16 23:15:43 +0100
committerpraschke <stel@comfy.monster>2023-10-17 22:45:01 +0100
commitdaf3c0f44434ad79f7bbcdc518368396d43b8cf1 (patch)
tree4b01084aa519b8ff37298249b12b8dbae82ea7c6 /docs
parentf5145607ce2933fa9ae8cfb99e651a3dc3860fef (diff)
docs: op
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md
index d27382fe..c1ef23b7 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -331,7 +331,7 @@ If an unknown operator is specified, the `undefined` value is returned.
```handlebars
{{#if (op "===" value1 value2)}}Values are equal{{/op~}}<br>
{{~#op "-" value1}}{{/op~}}<br>
- {{~#op "?:" value1 "a" "b"}}{{/op}}
+ {{~op "?:" value1 "a" "b"}}
```
Output: