diff --git a/lib/std/math.c3 b/lib/std/math.c3 index e25341ca8..26abe431e 100644 --- a/lib/std/math.c3 +++ b/lib/std/math.c3 @@ -234,7 +234,7 @@ macro sinh(x) = (exp(x) - exp(-x)) / 2.0; macro sqr(x) = x * x; /** - * @require values::is_floatlike(x) `The input must be a floating point value or float vector` + * @require values::@is_floatlike(x) `The input must be a floating point value or float vector` **/ macro sqrt(x) = $$sqrt(x);