changeset 8295:16819ca24fa5

fix typo in docs
author John W. Eaton <jwe@octave.org>
date Thu, 30 Oct 2008 18:03:37 -0400
parents b2a6309b2d87
children 6d5a7cba5177
files doc/ChangeLog doc/interpreter/oop.txi
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Oct 30 17:31:15 2008 -0400
+++ b/doc/ChangeLog	Thu Oct 30 18:03:37 2008 -0400
@@ -6,7 +6,7 @@
 	
 	* interpreter/plot.txi: Document contour groups.
 
-2008-10-29  Thorsten Meyer  <tmeyier@gmx.de>
+2008-10-29  Thorsten Meyer  <thorsten.meyier@gmx.de>
 
 	* interpreter/system.txi, interpreter/poly.txi,
 	interpreter/arith.txi, interpreter/poly.txi,
--- a/doc/interpreter/oop.txi	Thu Oct 30 17:31:15 2008 -0400
+++ b/doc/interpreter/oop.txi	Thu Oct 30 18:03:37 2008 -0400
@@ -369,7 +369,7 @@
 & Operation && Method && Description &\cr
 \noalign{\hrule}
 & $a + b$ && plus (a, b) && Binary addition operator&\cr
-& $a - b$ && plus (a, b) && Binary subtraction operator&\cr
+& $a - b$ && minus (a, b) && Binary subtraction operator&\cr
 & $+ a$ && uplus (a) && Unary addition operator&\cr
 & $- a$ && uminus (a) && Unary subtraction operator&\cr
 & $a .* b$ && times (a, b) && Element-wise multiplication operator&\cr
@@ -407,7 +407,7 @@
 @multitable @columnfractions .1 .20 .20 .40 .1
 @item @tab Operation @tab Method @tab Description @tab
 @item @tab a + b @tab plus (a, b) @tab Binary addition @tab
-@item @tab a - b$ @tab plus (a, b) @tab Binary subtraction operator @tab
+@item @tab a - b$ @tab minus (a, b) @tab Binary subtraction operator @tab
 @item @tab + a$ @tab uplus (a) @tab Unary addition operator @tab
 @item @tab - a$ @tab uminus (a) @tab Unary subtraction operator @tab
 @item @tab a .* b$ @tab times (a, b) @tab Element-wise multiplication operator @tab