Merge pull request #966 from dbabokin/docs

Typo fix
This commit is contained in:
Dmitry Babokin
2015-02-13 20:09:30 +03:00

View File

@@ -3609,7 +3609,7 @@ The corresponding inverse functions are also available:
:: ::
float asin(float x) float asin(float x)
uniform float asin(uniformfloat x) uniform float asin(uniform float x)
float acos(float x) float acos(float x)
uniform float acos(uniform float x) uniform float acos(uniform float x)
float atan(float x) float atan(float x)