Skip to content

Commit 3259311

Browse files
fix: typo in function name
1 parent 1775488 commit 3259311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/ground_to_ground_projectile_motion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ground_to_ground_projectile_motion {
3131
* @returns Angle in degrees
3232
*/
3333

34-
double degree_to_radians(double degree){
34+
double degrees_to_radians(double degree){
3535
double radians = degree * (M_PI / 180);
3636
return radians;
3737
}

0 commit comments

Comments
 (0)