Skip to content

Commit 8dd19f7

Browse files
Rel1cxCopilot
andauthored
Update packages/utilities/var/src/get-object-type.ts
Co-authored-by: Copilot <[email protected]> Signed-off-by: REL1CX <[email protected]>
1 parent fbcc5dc commit 8dd19f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utilities/var/src/get-object-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export type ObjectType =
4444
| {
4545
kind: "unknown";
4646
node: TSESTree.Node;
47-
// Rreason for why the type is unknown
47+
// Reason for why the type is unknown
4848
reason: "call-expression" | "unsupported-node";
4949
};
5050

0 commit comments

Comments
 (0)