changeset 31356:07a3ceab58d6

* normalize.m: Fix typo in previous change.
author John W. Eaton <jwe@octave.org>
date Thu, 27 Oct 2022 10:38:47 -0400
parents 4c6c8f14766c
children 303bbdc3c536
files scripts/statistics/normalize.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/statistics/normalize.m	Thu Oct 27 10:20:10 2022 -0400
+++ b/scripts/statistics/normalize.m	Thu Oct 27 10:38:47 2022 -0400
@@ -58,8 +58,8 @@
 ## independently on the first non-singleton dimension in @var{X}.
 ##
 ## The optional second input variable @var{DIM} can be used to force
-## code{normalize} to operate over the specified dimension. @var{DIM} must be an
-## integer scalar.
+## @code{normalize} to operate over the specified dimension. @var{DIM}
+## must be an integer scalar.
 ##
 ## The optional input variables @var{Method} and @var{Option} can be used to
 ## specify the type of normalization performed on @var{X}.  Note that only the