Skip to content

Commit c68ca1f

Browse files
authored
docs: update example code in utils TypeScript declarations
PR-URL: #9596 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 376e7a3 commit c68ca1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/docs/types

lib/node_modules/@stdlib/utils/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4073,7 +4073,7 @@ interface Namespace {
40734073
*
40744074
* function done( error ) {
40754075
* if ( error ) {
4076-
* throw error;
4076+
* console.log( error.message );
40774077
* }
40784078
* }
40794079
*

0 commit comments

Comments
 (0)