1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

47468: Doc/Zsh/contrib.yo: Fix typo

This commit is contained in:
Axel Beckert 2020-10-18 01:35:13 +02:00
parent 00d20ed15e
commit da534770fd
2 changed files with 5 additions and 1 deletions

View file

@ -4559,7 +4559,7 @@ the same result, the destination was an existing regular file and tt(-f)
was not given) causes the entire function to abort without doing
anything.
In addition to pattern replacement, the variable tt($f) can be referrred
In addition to pattern replacement, the variable tt($f) can be referred
to in the second (replacement) argument. This makes it possible to
use variable substitution to alter the argument; see examples below.