summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/templates.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates.rst b/docs/templates.rst
index 1826bbc..3afa71f 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -1397,10 +1397,10 @@ two categories:
``is``
Performs a :ref:`test <tests>`.
-``|``
+``|`` (pipe, vertical bar)
Applies a :ref:`filter <filters>`.
-``~``
+``~`` (tilde)
Converts all operands into strings and concatenates them.
``{{ "Hello " ~ name ~ "!" }}`` would return (assuming `name` is set