changeset 30708:17a558588b8f stable

doc: use hyphen in find docstring per standard Octave usage. * find.cc (Ffind): Hyphenate "multi-dimensional".
author Rik <rik@octave.org>
date Thu, 03 Feb 2022 17:45:53 -0800
parents ebda4b3a0482
children 8b522a359143 23093b480b1a
files libinterp/corefcn/find.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/find.cc	Thu Feb 03 12:21:16 2022 -0500
+++ b/libinterp/corefcn/find.cc	Thu Feb 03 17:45:53 2022 -0800
@@ -377,7 +377,7 @@
 @end group
 @end example
 
-If @var{x} is a multidimensional array of size m x n x p x @dots{}, @var{j}
+If @var{x} is a multi-dimensional array of size m x n x p x @dots{}, @var{j}
 contains the column locations as if @var{x} was flattened into a
 two-dimensional matrix of size m x (n + p + @dots{}).