summaryrefslogtreecommitdiff
path: root/lib/internal/streams/destroy.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/streams/destroy.js')
-rw-r--r--lib/internal/streams/destroy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/streams/destroy.js b/lib/internal/streams/destroy.js
index de6bcf9cdb..0c652be9dd 100644
--- a/lib/internal/streams/destroy.js
+++ b/lib/internal/streams/destroy.js
@@ -1,6 +1,6 @@
'use strict';
-// undocumented cb() API, needed for core, not for public API
+// Undocumented cb() API, needed for core, not for public API
function destroy(err, cb) {
const readableDestroyed = this._readableState &&
this._readableState.destroyed;