From b90f48417ce7d06f71df9c5452fa01378acc7a3f Mon Sep 17 00:00:00 2001 From: "Nicholas R. Jankowski" Date: Wed, 23 Aug 2023 17:04:37 -0400 Subject: [PATCH] doc: Correct variable name typo in slice.m docstring * slice.m: Correct "parameter X, X, and Z" to "parameter X, Y, and Z". --- scripts/plot/draw/slice.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plot/draw/slice.m b/scripts/plot/draw/slice.m index a50001280a..f31c45361a 100644 --- a/scripts/plot/draw/slice.m +++ b/scripts/plot/draw/slice.m @@ -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}