# HG changeset patch # User Rik # Date 1332950907 25200 # Node ID 70387b464c80cead0683ebe6e3af732b52a56dc6 # Parent ff4143d9fc0533233a10279fd31d5c401c102fbd doc: Fix typo in logspace docstring (bug #36024) * logspace.m: Fix typo in logspace docstring (bug #36024) diff -r ff4143d9fc05 -r 70387b464c80 scripts/general/logspace.m --- a/scripts/general/logspace.m Wed Mar 28 11:43:17 2012 -0400 +++ b/scripts/general/logspace.m Wed Mar 28 09:08:27 2012 -0700 @@ -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