From 8142dd0d529330b80b24568ce91a5df75d9951ce Mon Sep 17 00:00:00 2001 From: kgryte Date: Mon, 19 Mar 2018 15:22:19 -0700 Subject: [PATCH] Fix attribution --- lib/node_modules/@stdlib/math/base/special/expm1/lib/expm1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.