changeset 33111:8bb7f5f8e35c

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Thu, 29 Feb 2024 13:55:17 -0500
parents 8a582d69173f (current diff) 030686799759 (diff)
children 4cae6d1e5122 29879576a5b6
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 13:46:26 2024 -0500
+++ b/doc/interpreter/genpropdoc.m	Thu Feb 29 13:55:17 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.";