Skip to content

Commit 4fb4ccb

Browse files
authored
Update Haversine.java
Comentario arreglado ortográficamente.
1 parent c7e6f9c commit 4fb4ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/geometry/Haversine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
public final class Haversine {
1515

16-
// Average radius of Earth in kilometers
16+
// Average radius of Earth in kilometers.
1717
private static final double EARTH_RADIUS_KM = 6371.0;
1818

1919
/**

0 commit comments

Comments
 (0)