mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
docs: remove redundant '$' in read.rst
(#9263)
`:envvar:` automatically prepends a `$` before the variable name provided in between the backticks.
This commit is contained in:
parent
1dd8a113f2
commit
88ced9fb0f
@ -100,7 +100,7 @@ Example
|
||||
|
||||
``read`` has a few separate uses.
|
||||
|
||||
The following code stores the value 'hello' in the shell variable :envvar:`$foo`.
|
||||
The following code stores the value 'hello' in the shell variable :envvar:`foo`.
|
||||
|
||||
::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user