diff scripts/linear-algebra/condeig.m @ 22195:93ed9396f2c3

* condeig.m: fix Texinfo markup typo in condeig doc string (bug #48672)
author Mike Miller <mtmiller@octave.org>
date Mon, 01 Aug 2016 09:52:51 -0700
parents e859caa53399
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/linear-algebra/condeig.m	Sun Jul 31 02:16:29 2016 +0100
+++ b/scripts/linear-algebra/condeig.m	Mon Aug 01 09:52:51 2016 -0700
@@ -36,7 +36,7 @@
 ##
 ## @item
 ## @var{v} is the matrix of right eigenvectors of @var{a}.  The result is
-## equivalent to calling @code{[@var{v}, @var{lambda}] = eig (@var{a)}}.
+## equivalent to calling @code{[@var{v}, @var{lambda}] = eig (@var{a})}.
 ##
 ## @item
 ## @var{lambda} is the diagonal matrix of eigenvalues of @var{a}.  The