diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:15:43 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:45:01 +0100 |
commit | daf3c0f44434ad79f7bbcdc518368396d43b8cf1 (patch) | |
tree | 4b01084aa519b8ff37298249b12b8dbae82ea7c6 /docs/templates.md | |
parent | f5145607ce2933fa9ae8cfb99e651a3dc3860fef (diff) |
docs: op
Diffstat (limited to 'docs/templates.md')
-rw-r--r-- | docs/templates.md | 2 |
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: |