From b462c510c2f45239c40295da582ebd524a364410 Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Thu, 8 Aug 2024 13:55:02 +0530 Subject: [PATCH] docs: update comment Signed-off-by: Gunj Joshi --- lib/node_modules/@stdlib/math/base/special/gamma1pm1/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/gamma1pm1/src/main.c b/lib/node_modules/@stdlib/math/base/special/gamma1pm1/src/main.c index 372ced367ea..d582ac3ec03 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma1pm1/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/gamma1pm1/src/main.c @@ -18,7 +18,7 @@ * * ## Notice * -* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/gamma.hpp}. The implementation has been modified for JavaScript. +* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/gamma.hpp}. The implementation has been modified for use in stdlib. * * ```text * (C) Copyright John Maddock 2006-7, 2013-14.