Skip to content

Commit 3938a0d

Browse files
committed
Fix return annotation
1 parent fb688cf commit 3938a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
throw error;
619619
}
620620
console.log( data.toString() );
621-
// returns '...'
621+
// => '...'
622622
}
623623
```
624624

0 commit comments

Comments
 (0)