Skip to content

Commit 9eac958

Browse files
authored
typo corrected: heart -> Earth (TheAlgorithms#6275)
1 parent defc205 commit 9eac958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/horizontal_projectile_motion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from math import radians as angle_to_radians
1818
from math import sin
1919

20-
# Acceleration Constant on hearth (unit m/s^2)
20+
# Acceleration Constant on Earth (unit m/s^2)
2121
g = 9.80665
2222

2323

0 commit comments

Comments
 (0)