mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
docs: Fix some formatting
This commit is contained in:
parent
29b620b56c
commit
f06143c11a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ The following code stores the value 'hello' in the shell variable :envvar:`foo`.
|
|||
|
||||
::
|
||||
|
||||
echo hello|read foo
|
||||
echo hello | read foo
|
||||
|
||||
The :doc:`while <while>` command is a neat way to handle command output line-by-line::
|
||||
|
||||
|
|
Loading…
Reference in a new issue