Skip to content

Commit 6f2624d

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent e51c0b3 commit 6f2624d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/base/tools/chebyshev-series/lib

lib/node_modules/@stdlib/math/base/tools/chebyshev-series/lib/factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function factory( c ) {
6565
f += 'var b1;';
6666
f += 'var b2;';
6767

68-
// If only one coefficient, the function always returns that coefficient...
68+
// If no coefficients, the function always returns zero...
6969
if ( n === 0 ) {
7070
f += 'return 0.0;';
7171
}

0 commit comments

Comments
 (0)