1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-10 20:11:16 +01:00

17479: fix typo noticed by Martin Pool.

This commit is contained in:
Clint Adams 2002-07-24 17:55:38 +00:00
parent a4d0b99477
commit 4642fceebe
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2002-07-24 Clint Adams <clint@zsh.org>
* 17479: Doc/Zsh/arith.yo: fix typo noticed by Martin Pool.
* 17478: Completion/Debian/Command/_bts: new tags for sarge.
2002-07-22 Clint Adams <clint@zsh.org>

View file

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