Skip to content

Commit 0cff637

Browse files
committed
chore: minor doc update
1 parent a5615bb commit 0cff637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/logger/src/Logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import type {
116116
*/
117117
class Logger extends Utility implements LoggerInterface {
118118
/**
119-
* Replacer function used to format the log items.
119+
* Replacer function used to serialize the log items.
120120
*/
121121
protected jsonReplacerFn?: CustomReplacerFn;
122122
/**
@@ -1185,7 +1185,7 @@ class Logger extends Utility implements LoggerInterface {
11851185
}
11861186

11871187
/**
1188-
* It sets the JSON replacer function used to serialize the log items.
1188+
* It sets the JSON replacer function which is used to serialize the log items.
11891189
* @private
11901190
* @param customerReplacerFn
11911191
*/

0 commit comments

Comments
 (0)