changeset 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 b1ebad209360
children dd992fd74fce
files scripts/linear-algebra/condeig.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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