diff --git a/std/math.d b/std/math.d index 5ef1e7243..bee91a919 100644 --- a/std/math.d +++ b/std/math.d @@ -458,7 +458,7 @@ unittest /*************** * Calculates the arc cosine of x, - * returning a value ranging from -$(PI)/2 to $(PI)/2. + * returning a value ranging from 0 to $(PI). * * $(TABLE_SV * $(TR $(TH x) $(TH acos(x)) $(TH invalid?))