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 0189e406ae07..f8b659612005 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 @@ -6784,7 +6784,7 @@ interface Namespace { sinc: typeof sinc; /** - * Simultaneously computes the sine and cosine of a number. + * Simultaneously computes the sine and cosine of an angle measured in radians. * * @param x - input value (in radians) * @returns sine and cosine