Skip to content

Commit 7e6ef06

Browse files
committed
style(NODE-4992): tsdoc fixes
1 parent 61c5495 commit 7e6ef06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/logger.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let currentLogger: LoggerFunction = console.warn;
1717

1818
/**
1919
* @public
20-
* @deprecated The Legacy Logger is deprecated and will be removed in the next major version.*/
20+
* @deprecated The Legacy Logger is deprecated and will be removed in the next major version.
21+
*/
2122
export const LoggerLevel = Object.freeze({
2223
ERROR: 'error',
2324
WARN: 'warn',

0 commit comments

Comments
 (0)