diff scripts/special-matrix/gallery.m @ 27085:47b81207cb32 stable

gallery.m: Fix typo in docstring for poisson (bug #56267). * gallery.m: Use "poisson" (lower case) rather than "Poisson" for name of gallery function.
author Rik <rik@octave.org>
date Thu, 09 May 2019 10:47:17 -0700
parents 00f796120a6d
children 823b4bcf79fc
line wrap: on
line diff
--- a/scripts/special-matrix/gallery.m	Wed May 08 15:18:32 2019 -0700
+++ b/scripts/special-matrix/gallery.m	Thu May 09 10:47:17 2019 -0700
@@ -286,7 +286,7 @@
 ##
 ## @end deftypefn
 ##
-## @deftypefn {} {@var{a} =} gallery ("Poisson", @var{n})
+## @deftypefn {} {@var{a} =} gallery ("poisson", @var{n})
 ## Create a block tridiagonal matrix from Poisson's equation (sparse).
 ##
 ## @end deftypefn