diff options
Diffstat (limited to 'doc/trmacros.txt')
-rw-r--r-- | doc/trmacros.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trmacros.txt b/doc/trmacros.txt index bb6591827..e138625f0 100644 --- a/doc/trmacros.txt +++ b/doc/trmacros.txt @@ -17,7 +17,7 @@ pipeline with user defined optimizations: The compiler now rewrites ``x * 2`` as ``x + x``. The code inside the curlies is the pattern to match against. The operators ``*``, ``**``, - ``|``, ``~`` have a special meaning in patterns if they are written in infix +``|``, ``~`` have a special meaning in patterns if they are written in infix notation, so to match verbatim against ``*`` the ordinary function call syntax needs to be used. |