Skip to content

Commit 60fee18

Browse files
committed
Fix typo
1 parent ea08780 commit 60fee18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeArea.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getCenterLongitude(): float
4444
*
4545
* @param float $latitude The provided latitude in degrees.
4646
* @param float $longitude The provided longitude in degrees.
47-
* @return bool True if tge coordinates are contained by the code area.
47+
* @return bool True if the coordinates are contained by the code area.
4848
*/
4949
public function contains(float $latitude, float $longitude): bool
5050
{

src/OpenLocationCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function recover(float $referenceLatitude, float $referenceLongitude): se
353353
*
354354
* @param float $latitude The provided latitude in degrees.
355355
* @param float $longitude The provided longitude in degrees.
356-
* @return bool True if tge coordinates are contained by the code.
356+
* @return bool True if the coordinates are contained by the code.
357357
*/
358358
public function contains(float $latitude, float $longitude): bool
359359
{

0 commit comments

Comments
 (0)