docs: Clarify a sentence in the test docs

This commit is contained in:
Fabian Boehm
2023-08-20 22:10:30 +02:00
parent eaa3f0486c
commit 3711d0e06c

View File

@@ -154,7 +154,7 @@ Expressions can be grouped using parentheses.
**(** *EXPRESSION* **)**
Returns the value of *EXPRESSION*.
Note that parentheses will usually require escaping with ``\(`` to avoid being interpreted as a command substitution.
Note that parentheses will usually require escaping with ``\`` (so they appear as ``\(`` and ``\)``) to avoid being interpreted as a command substitution.
Examples