Skip to content

Commit c555c96

Browse files
Apply suggestions from code review
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Shubham <b4mshubham@gmail.com>
1 parent 5df85e7 commit c555c96

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/log1pmxf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/log1pmxf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* ## Notice
2020
*
21-
* The original C++ code and copyright notice are from the [Boost library]{@link https://www.boost.org/doc/libs/1_83_0/boost/math/special_functions/log1p.hpp}. The implementation has been modified for JavaScript.
21+
* The original C++ code and copyright notice are from the [Boost library]{@link https://www.boost.org/doc/libs/1_83_0/boost/math/special_functions/log1p.hpp}. The implementation has been modified for C.
2222
*
2323
* ```text
2424
* (C) Copyright John Maddock 2005-2006.

0 commit comments

Comments
 (0)