Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 29, 2024
1 parent d3de0bb commit ebd8001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ protected function parseDevice(): void
}

/**
* All smartphones running KaiOS are more likely features phones
* All devices running KaiOS are more likely features phones
*/
if ('KaiOS' === $osName) {
$this->device = AbstractDeviceParser::DEVICE_TYPE_FEATURE_PHONE;
Expand Down

0 comments on commit ebd8001

Please sign in to comment.