diff options
Diffstat (limited to 'docs')
-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: |