mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 16:51:15 -03:00
docs: Fix typo
Also removes a warning. [ci skip]
This commit is contained in:
@@ -239,7 +239,7 @@ In contrast to ``grep``, ``string``\ s `match` defaults to glob-mode, whie `repl
|
||||
|
||||
Like ``sed``\ s `s/` command, ``string replace`` still prints strings that don't match. ``sed``\ s `-n` in combination with a `/p` modifier or command is like ``string replace -f``.
|
||||
|
||||
``string split somedelimiter`` is a replacement for ``tr somedeliminter \n`.
|
||||
``string split somedelimiter`` is a replacement for ``tr somedelimiter \\n``.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user