diff scripts/general/integral.m @ 24059:d8e2fffb371c

doc: Fix missing braces in quad documentation (bug #52065). * quad.txi, integral.m: Use curly braces for any Texinfo @ commands.
author Rik <rik@octave.org>
date Tue, 19 Sep 2017 22:01:09 -0700
parents 2eae2ad53eb9
children 6570fdb7d3a0
line wrap: on
line diff
--- a/scripts/general/integral.m	Tue Sep 19 21:56:20 2017 -0700
+++ b/scripts/general/integral.m	Tue Sep 19 22:01:09 2017 -0700
@@ -58,7 +58,7 @@
 ##
 ## @item ArrayValued
 ## @code{integral} expects @var{f} to return a scalar value unless
-## @var(arrayvalued) is specified as true.  This option will cause
+## @var{arrayvalued} is specified as true.  This option will cause
 ## @code{integral} to perform the integration over the entire array and return
 ## @var{q} with the same dimensions as returned by @var{f}.
 ## @end table