1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 11:51:04 +02:00

Norbert Koch: 15954: fix variable name inconsistency

This commit is contained in:
Clint Adams 2001-10-06 17:39:09 +00:00
parent 2dcb35efe0
commit 99b7512cd9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-06 Clint Adams <clint@zsh.org>
* Norbert Koch: 15954: Doc/Zsh/arith.yo:
fix inconsistency of variable name in example.
2001-10-05 Peter Stephenson <pws@csr.com>
* 15949: Completion/compinstall: add handling for expand style.

View File

@ -29,7 +29,7 @@ is equivalent to
example(let "val = 2 + 1")
both assigning the value 3 to the shell variable tt(foo) and returning a
both assigning the value 3 to the shell variable tt(var) and returning a
zero status.
cindex(arithmetic base)