Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

typo in Doc/Zsh/arith.yo



Hi!

There's a typo in the arithmetic documentation, if I'm not mistaken.

norbert.


Index: arith.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/arith.yo,v
retrieving revision 1.6
diff -u -u -r1.6 arith.yo
--- arith.yo	2001/07/10 08:59:18	1.6
+++ arith.yo	2001/10/06 13:41:13
@@ -29,7 +29,7 @@
 
 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(val) and returning a
 zero status.
 
 cindex(arithmetic base)




Messages sorted by: Reverse Date, Date, Thread, Author