Skip to content

Commit 4aeb466

Browse files
Fix comment
1 parent 47743c2 commit 4aeb466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/platform_node/node_platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class NodePlatform implements Platform {
5757
}
5858

5959
formatJSON(value: unknown): string {
60-
// util's inspect() results in much more readable output than JSON.stringify()
60+
// util.inspect() results in much more readable output than JSON.stringify()
6161
return inspect(value, { depth: 100 });
6262
}
6363

0 commit comments

Comments
 (0)