Skip to content

Commit d585b9d

Browse files
committed
Fixed comment.
1 parent 55c5c6b commit d585b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geospatial_haversine_polar_distance.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo haversine(90, 0, -90, 0, 6356.7523);
1212
1313
Accept defined (equatorial) Earth Radius in km (which is based on WGS-84):
1414
- 6,378,1370m (at the equator).
15-
- 6,356,7523m (at the equator).
15+
- 6,356,7523m (around the poles).
1616
*/
1717
?>
1818
--EXPECT--

0 commit comments

Comments
 (0)