diff --git a/docs/ispc.rst b/docs/ispc.rst index d854b309..a6336f78 100644 --- a/docs/ispc.rst +++ b/docs/ispc.rst @@ -3609,7 +3609,7 @@ The corresponding inverse functions are also available: :: float asin(float x) - uniform float asin(uniformfloat x) + uniform float asin(uniform float x) float acos(float x) uniform float acos(uniform float x) float atan(float x)