From cff585f2a15471d559bc04e5e6aa3b3bc34daa92 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 4 Oct 2016 12:42:22 -0400 Subject: [PATCH] Fixed doc on RadToDeg. --- plugins/include/float.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/float.inc b/plugins/include/float.inc index ae428c02..99d90f60 100644 --- a/plugins/include/float.inc +++ b/plugins/include/float.inc @@ -385,7 +385,7 @@ stock float DegToRad(float angle) } /** - * Converts degrees to radians. + * Converts radians to degrees. * * @param angle Radians. * @return Degrees.