We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dd256 commit 36c5fbaCopy full SHA for 36c5fba
src/Bounds.php
@@ -30,7 +30,7 @@ public function __construct(LatLng $southWest, LatLng $northEast)
30
$this->northEast = $northEast;
31
32
if ($this->southWest->getLatitude() > $this->northEast->getLatitude()) {
33
- throw new \LogicException('Bounds south-west coordinate cannot be north of the east-north coordinate');
+ throw new \LogicException('Bounds south-west coordinate cannot be north of the north-east coordinate');
34
}
35
36
0 commit comments