diff scripts/general/quad2d.m @ 25579:07c2c42f457e stable

doc: Miscellaneous documentation fixes all over the manual (bug #54288). * embedded.cc, defaults.cc, error.cc, hex2num.cc, load-save.cc, integral2.m, integral3.m, quad2d.m, warning_ids.m, decic.m, lsqnonneg.m, pqpnonneg.m, bicg.m, betaincinv.m: Removal of duplicate words and redundant ')' and ';' characters. Added missing '"', ')' characters. Renamed variables to match other occurrences in docstring. Use '*' instead of 'x' for multiply. Surround variables with @var{}.
author Rik <rik@octave.org>
date Wed, 11 Jul 2018 08:40:07 -0700
parents 6652d3823428
children 00f796120a6d
line wrap: on
line diff
--- a/scripts/general/quad2d.m	Tue Jul 10 20:57:59 2018 -0700
+++ b/scripts/general/quad2d.m	Wed Jul 11 08:40:07 2018 -0700
@@ -93,7 +93,7 @@
 ## @end example
 ##
 ## The result is a volume, which for this constant-value integrand, is just
-## @code{@var{Length} * @var{Width} x @var{Height}}.
+## @code{@var{Length} * @var{Width} * @var{Height}}.
 ##
 ## Example 2 : integrate a triangular region in x-y plane
 ##