changeset 32585:8c4dfe87d2cf

Correct inconsistent alias note from c273d7fdab3a (bug #64995) * data.cc (rows, columns): Adjust alias programming note to be consistent with similar notes.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 11 Dec 2023 23:47:10 -0500
parents c273d7fdab3a
children 775b831a209d a6b7c5620240
files libinterp/corefcn/data.cc
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Fri Dec 08 15:42:52 2023 -0500
+++ b/libinterp/corefcn/data.cc	Mon Dec 11 23:47:10 2023 -0500
@@ -2998,8 +2998,8 @@
 
 This is equivalent to @code{size (@var{A}, 1)}.
 
-Programming Note: @code{height} is an alias for @code{rows} and either name
-can be used in Octave.
+Programming Note: @code{height} is an alias for @code{rows} and can be
+used interchangeably.
 
 @seealso{columns, size, length, numel, isscalar, isvector, ismatrix}
 @end deftypefn */)
@@ -3050,8 +3050,8 @@
 
 This is equivalent to @code{size (@var{A}, 2)}.
 
-Programming Note: @code{width} is an alias for @code{columns} and either name
-can be used in Octave.
+Programming Note: @code{width} is an alias for @code{columns} and can be
+used interchangeably.
 
 @seealso{rows, size, length, numel, isscalar, isvector, ismatrix}
 @end deftypefn */)