Skip to content

Commit 7ec867d

Browse files
chore: resolve JavaScript lint errors
PR-URL: #5967 Closes: #5961 Ref: #5377 Signed-off-by: Gautam sharma <gautamkrishnasharma1@gmail.com> Co-authored-by: Aayush Khanna <96649223+aayush0325@users.noreply.github.com> Reviewed-by: Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
1 parent 4a666ce commit 7ec867d

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/cphase/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/math/base/special/cphase/lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var addon = require( './../src/addon.node' );
3434
*
3535
* @example
3636
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
37+
*
3738
* var phi = cphase( new Complex128( 5.0, 3.0 ) );
3839
* // returns ~0.5404
3940
*/

0 commit comments

Comments
 (0)