diff scripts/statistics/iqr.m @ 30353:212461a26e9c stable

doc: grammarcheck m-files in scripts/ directory ahead of 7.1 release. * Map.m, disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m, warning_ids.m, colormap.m, inputParser.m, jupyter_notebook.m, stem3.m, print.m, eigs.m, iqr.m, validatestring.m, weboptions.m: grammarcheck m-files ahead of 7.1 release.
author Rik <rik@octave.org>
date Wed, 24 Nov 2021 14:57:21 -0800
parents 01de0045b2e3
children 1c114a55f4fb
line wrap: on
line diff
--- a/scripts/statistics/iqr.m	Wed Nov 24 13:15:18 2021 -0500
+++ b/scripts/statistics/iqr.m	Wed Nov 24 14:57:21 2021 -0800
@@ -24,7 +24,7 @@
 ########################################################################
 
 ## -*- texinfo -*-
-## @deftypefn {} {@var{Z} =} iqr (@var{x})
+## @deftypefn  {} {@var{Z} =} iqr (@var{x})
 ## @deftypefnx {} {@var{Z} =} iqr (@var{x}, @var{dim})
 ## @deftypefnx {} {@var{Z} =} iqr (@var{x}, @qcode{"ALL"})
 ## Return the interquartile range of @var{x}, defined as the distance between
@@ -45,7 +45,7 @@
 ## The optional variable @var{dim} can be used to force @code{iqr} to operate
 ## over the specified dimension.  @var{dim} can either be a scalar dimension or
 ## a vector of non-repeating dimensions over which to operate.  In either case
-## @var{dim} must be positive integers. A vector @var{dim} concatenates all
+## @var{dim} must be positive integers.  A vector @var{dim} concatenates all
 ## specified diminsions for independent operation by @code{iqr}.
 ##
 ## Specifying dimension @qcode{"ALL"} will force @code{iqr} to operate