changeset 14504:ecd4b048f98c stable

doc: Fix typo in logspace.m docstring (bug #36024)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 28 Mar 2012 12:07:11 -0400
parents b472596cd7b9
children 6cc30975e262 93cb513ed5fc
files scripts/general/logspace.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/logspace.m	Sat Mar 24 21:35:37 2012 -0700
+++ b/scripts/general/logspace.m	Wed Mar 28 12:07:11 2012 -0400
@@ -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