fix: typo

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

View file

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