Skip to content

Commit 93d60f4

Browse files
committed
Update debug statement
1 parent 87f3e8c commit 93d60f4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/repl/signature/scripts

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/signature/scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function main() {
5757
var i;
5858
var j;
5959

60-
debug( 'Generating REPL signature documentation.' );
60+
debug( 'Generating REPL alias signatures.' );
6161
ns = aliases();
6262

6363
// Why an array? In order to support multiple signatures for the same interface (e.g., `Uint32Array`, etc). Up to consumer to determine which signature is most appropriate.

0 commit comments

Comments
 (0)