mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
docs: Clarify a sentence in the test docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user