changeset 32269:9c4b4a66a62f stable

doc: Correct variable name typo in slice.m docstring * slice.m: Correct "parameter X, X, and Z" to "parameter X, Y, and Z".
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 23 Aug 2023 17:04:37 -0400
parents 1adf957e37ac
children f660f76e8058 e81b372d1203
files scripts/plot/draw/slice.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/slice.m	Thu Aug 10 17:36:41 2023 -0400
+++ b/scripts/plot/draw/slice.m	Wed Aug 23 17:04:37 2023 -0400
@@ -35,7 +35,7 @@
 ##
 ## Each element of the 3-dimensional array @var{v} represents a scalar value at
 ## a location given by the parameters @var{x}, @var{y}, and @var{z}.  The
-## parameters @var{x}, @var{x}, and @var{z} are either 3-dimensional arrays of
+## parameters @var{x}, @var{y}, and @var{z} are either 3-dimensional arrays of
 ## the same size as the array @var{v} in the @qcode{"meshgrid"} format or
 ## vectors.  The parameters @var{xi}, etc.@: respect a similar format to
 ## @var{x}, etc., and they represent the points at which the array @var{vi}