# HG changeset patch # User John W. Eaton # Date 1709232917 18000 # Node ID 8bb7f5f8e35cd353fb7133eba4f2892b32fb493f # Parent 8a582d69173f34f74ab4f8f9e6a286dad495d059# Parent 0306867997592f4706fa6d6dc860891b9dc0df87 maint: merge stable to default diff -r 8a582d69173f -r 8bb7f5f8e35c doc/interpreter/genpropdoc.m --- 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.";