1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +02:00

unposted (cf. 52219): fix typo

This commit is contained in:
Bart Schaefer 2023-10-15 16:40:34 -07:00
parent 487fba3fb3
commit a709643b76

2
NEWS
View File

@ -20,7 +20,7 @@ incompatibilities in the README file.
Support for named references and namespaces has been added, similar to
those features in ksh but with some notable differences. The `nameref`
builtin and some ksh-equivlent namespace names are available by loading
builtin and some ksh-equivalent namespace names are available by loading
the zsh/ksh93 module. See the documentation of that module for more.
Non-forking command substitutions with ${ ... } and ${| ... } are now