Skip to content

Commit 7944ef8

Browse files
committed
chore: fix typo
1 parent cc36704 commit 7944ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class CleanRecord(RoborockBase):
625625
map_flag: int | None = None
626626

627627
@property
628-
def sqaure_meter_area(self) -> float | None:
628+
def square_meter_area(self) -> float | None:
629629
return round(self.area / 1000000, 1) if self.area is not None else None
630630

631631
@property

0 commit comments

Comments
 (0)