From e60572f62c79fd7a093e5afd5fef1fb0df414bc6 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Fri, 13 Feb 2015 20:08:52 +0300 Subject: [PATCH] Typo fix --- docs/ispc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)