Skip to content

Commit 6a74265

Browse files
authored
docs: fix comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5203da8 commit 6a74265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/cgemv/lib

lib/node_modules/@stdlib/blas/base/cgemv/lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var muladd = require( '@stdlib/complex/float32/base/mul-add' ).assign;
5151
* var bool = isTransposed( 'no-transpose' );
5252
* // returns false
5353
*/
54-
function isTransposed( str ) { // NOTE: consider moving to a separate helper utility package
54+
function isTransposed( str ) { // TODO: consider moving to a separate helper utility package
5555
return ( str !== 'no-transpose' );
5656
}
5757

0 commit comments

Comments
 (0)