changeset 32586:775b831a209d bytecode-interpreter

maint: Merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 11 Dec 2023 23:48:45 -0500
parents d30715f751ce (current diff) 8c4dfe87d2cf (diff)
children a2be40ce8fec
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Mon Dec 11 23:38:24 2023 -0500
+++ b/libinterp/corefcn/data.cc	Mon Dec 11 23:48:45 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 */)