# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1332950831 14400 # Node ID ecd4b048f98ca571a6340dce0a076d0528594138 # Parent b472596cd7b9b39df412203129ad5bece174247b doc: Fix typo in logspace.m docstring (bug #36024) diff --git a/scripts/general/logspace.m b/scripts/general/logspace.m --- 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