Merge pull request #193 from broder/min-typo

Fix typo in documentation for min function
pull/195/head
Patricio Gonzalez Vivo 7 years ago committed by GitHub
commit 290e72a2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ vec4 min(vec4 x, float y)
### Parameters
```x``` specify the first value to compare.
```y``` pecify the second value to compare.
```y``` specify the second value to compare.
### Description
```min()``` returns the minimum of the two parameters. It returns ```y``` if ```y``` is less than ```x```, otherwise it returns ```x```.

Loading…
Cancel
Save