diff --git a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts index e4bea751f6f3..de091e0f9c44 100644 --- a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts @@ -6043,8 +6043,8 @@ interface Namespace { * @param x - function input * @param a - function parameter * @param b - function parameter - * @param invert - boolean indicating if the function should return the upper tail of the incomplete beta function instead - * @param normalized - boolean indicating if the function should evaluate the regularized boolean beta function + * @param regularized - boolean indicating if the function should evaluate the regularized incomplete beta function + * @param upper - boolean indicating if the function should return the upper tail of the incomplete beta function instead * @returns function value and first derivative * * @example