diff scripts/specfun/betaincinv.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 6dd232798997
line wrap: on
line diff
--- a/scripts/specfun/betaincinv.m	Tue Jul 10 20:57:59 2018 -0700
+++ b/scripts/specfun/betaincinv.m	Wed Jul 11 08:40:07 2018 -0700
@@ -55,7 +55,7 @@
 ## The variable @var{y} must be in the interval [0,1], while @var{a} and
 ## @var{b} must be real and strictly positive.
 ##
-## By default, @var{tail} is @qcode{"lower")} and the inverse of the incomplete
+## By default, @var{tail} is @qcode{"lower"} and the inverse of the incomplete
 ## beta function integrated from 0 to @var{x} is computed.  If @var{tail} is
 ## @qcode{"upper"} then the complementary function integrated from @var{x} to 1
 ## is inverted.