mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 19:51:14 -03: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:
@@ -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`.
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user