Mercurial > hg > octave-lyh
changeset 14505:70387b464c80
doc: Fix typo in logspace docstring (bug #36024)
* logspace.m: Fix typo in logspace docstring (bug #36024)
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 28 Mar 2012 09:08:27 -0700 |
parents | ff4143d9fc05 |
children | 6cc30975e262 |
files | scripts/general/logspace.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/general/logspace.m +++ b/scripts/general/logspace.m @@ -18,7 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} logspace (@var{a}, @var{b}) -## @deftypefnx {Function File} {} logspace (@var{b}, @var{b}, @var{n}) +## @deftypefnx {Function File} {} logspace (@var{a}, @var{b}, @var{n}) ## @deftypefnx {Function File} {} logspace (@var{a}, pi, @var{n}) ## Return a row vector with @var{n} elements logarithmically spaced from ## @tex