diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2002-07-24 17:56:32 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2002-07-24 17:56:32 +0000 |
| commit | 2218368040afbfc88bd736ed17d082416dbf2662 (patch) | |
| tree | e241d794b20cf84108abbf8bde792fa8a09b1d87 /Doc | |
| parent | 17478: new tags for sarge. (diff) | |
| download | zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar.gz zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar.bz2 zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar.lz zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar.xz zsh-2218368040afbfc88bd736ed17d082416dbf2662.tar.zst zsh-2218368040afbfc88bd736ed17d082416dbf2662.zip | |
17479: fix typo noticed by Martin Pool.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/arith.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo index 4ff1b6ce7..24199c9a3 100644 --- a/Doc/Zsh/arith.yo +++ b/Doc/Zsh/arith.yo @@ -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(bases, in arithmetic) |
