Skip to content

Commit

Permalink
lib: fix typos in comments within internal/streams
Browse files Browse the repository at this point in the history
fixed typos in comments within the internal/streams directory.
  • Loading branch information
MCprotein committed Jul 29, 2024
1 parent 5ad9ecf commit 1d52868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/streams/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
} = primordials;

// We need to use SymbolFor to make these globally available
// for interoperate with readable-stream, i.e. readable-stream
// for interoperability with readable-stream, i.e. readable-stream
// and node core needs to be able to read/write private state
// from each other for proper interoperability.
const kIsDestroyed = SymbolFor('nodejs.stream.destroyed');
Expand Down

0 comments on commit 1d52868

Please sign in to comment.