# HG changeset patch # User Nicholas R. Jankowski # Date 1643908876 18000 # Node ID ebda4b3a04827d5d5f56ac3f52ee6d785e8b040d # Parent 6fff5d9291ce6536d0d5bb18948715add01d561e doc: correct typo/grammar in find docstring diff -r 6fff5d9291ce -r ebda4b3a0482 libinterp/corefcn/find.cc --- a/libinterp/corefcn/find.cc Thu Feb 03 09:08:39 2022 -0500 +++ b/libinterp/corefcn/find.cc Thu Feb 03 12:21:16 2022 -0500 @@ -377,9 +377,9 @@ @end group @end example -If @var{x} is multidimensional array of size m x n x p x @dots{}, @var{j} is -the column location as if @var{x} was flattened into a two-dimensional matrix -of size m x (n + p + @dots{}). +If @var{x} is a multidimensional 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{}). Note that this function is particularly useful for sparse matrices, as it extracts the nonzero elements as vectors, which can then be used to