changeset 33109:030686799759 stable

doc: correct typo in genpropdoc.m from cset f3c6badd9dd4 (bug #56175) * doc/interpreter/genpropdoc.m: Correct description of image cdata property.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Thu, 29 Feb 2024 08:18:25 -0500
parents f3c6badd9dd4
children 8bb7f5f8e35c 9c08824262af
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Thu Feb 29 01:37:05 2024 -0500
+++ b/doc/interpreter/genpropdoc.m	Thu Feb 29 08:18:25 2024 -0500
@@ -1877,7 +1877,7 @@
 a 2-D matrix where each element's value determines that pixel's color \
 according to the current colormap, or as a 3-D array where the third \
 dimension contains separate red, blue, and green components for each pixel.  \
-For RGB arrays, the values that map to minimum to a maximum color value \
+For RGB arrays, the values that map to minimum and maximum color value \
 depend on the class of @qcode{\"cdata\"}.  Floating point and logical values \
 range from 0 to 1 while integer value range from @code{intmin} to \
 @code{intmax} for that integer class.";