Skip to content

Commit 36c5fba

Browse files
committed
Flip north-east around
1 parent b0dd256 commit 36c5fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bounds.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(LatLng $southWest, LatLng $northEast)
3030
$this->northEast = $northEast;
3131

3232
if ($this->southWest->getLatitude() > $this->northEast->getLatitude()) {
33-
throw new \LogicException('Bounds south-west coordinate cannot be north of the east-north coordinate');
33+
throw new \LogicException('Bounds south-west coordinate cannot be north of the north-east coordinate');
3434
}
3535
}
3636

0 commit comments

Comments
 (0)