docs: Fix typo

Also removes a warning.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-04-09 13:47:54 +02:00
parent 3b97e2d7ec
commit c2259cbb86

View file

@ -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
--------