Skip to content

Commit adbc287

Browse files
committed
fix: typo in operator types
1 parent 19c06b5 commit adbc287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/operator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interface IOperatorMeta {
5151
season: string
5252
/** Height of the operator, in cm. */
5353
height: number
54-
/** Weight of the operator, in cm. */
54+
/** Weight of the operator, in kg. */
5555
weight: number
5656
/** Object containing unlock prices for operators */
5757
price?: {

0 commit comments

Comments
 (0)