fix: typo

This commit is contained in:
Benjamin Nussbaum 2025-11-22 08:32:39 +01:00
parent 7014250ac5
commit 73f0fd26c2

View file

@ -35,7 +35,7 @@ final class DeviceModel extends Model
return '2bit';
}
// if higher then 4 return 4bit
// if higher than 4 return 4bit
if ($this->bit_depth > 4) {
return '4bit';
}