Skip to content

Commit c2d2b8d

Browse files
authored
style: resolve lint error
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6ca1081 commit c2d2b8d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/base/wrap-function/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/base/wrap-function/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ type Constructor = new( re: number, im: number ) => ComplexLike;
193193
* // ...
194194
*
195195
* var z = f();
196-
* // returns <Complex64>[ <number>, <number>]
196+
* // e.g., returns <Complex64>[ <number>, <number> ]
197197
*/
198198
declare function wrap( fcn: Nullary, nargs: 0, ctor: Constructor ): Nullary;
199199

0 commit comments

Comments
 (0)