diff --git a/libraries/stream-utils/index.js b/libraries/stream-utils/index.js index 274dc0b378..ac3e6238a1 100644 --- a/libraries/stream-utils/index.js +++ b/libraries/stream-utils/index.js @@ -111,7 +111,7 @@ class TimeoutStream extends PassThrough { /** * LoggerStream which will call the provided logger function when the stream exceeds a user specified limit. It will call the provided function again when flushing the stream and it exceeded the user specified limit before. -* @extends stream.Transform + * @extends stream.Transform */ class LoggerStream extends Transform { /**