diff --git a/lib/node_modules/@stdlib/math/base/special/expm1/lib/expm1.js b/lib/node_modules/@stdlib/math/base/special/expm1/lib/expm1.js index df60ebdbee0d..b9dc24daeee6 100644 --- a/lib/node_modules/@stdlib/math/base/special/expm1/lib/expm1.js +++ b/lib/node_modules/@stdlib/math/base/special/expm1/lib/expm1.js @@ -18,7 +18,7 @@ * * ## Notice * -* The following copyright, license, and long comment were part of the original implementation available as part of [netlib]{@link http://www.netlib.org/fdlibm/s_expm1.c}. The implementation follows the original, but has been modified for JavaScript. +* The following copyright, license, and long comment were part of the original implementation available as part of [FDLIBM]{@link http://www.netlib.org/fdlibm/s_expm1.c}. The implementation follows the original, but has been modified for JavaScript. * * ```text * Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.