fix typo in glossary/sin
This commit is contained in:
parent
3b6a8509d3
commit
53d5999d28
|
|
@ -10,7 +10,7 @@ vec4 sin(vec4 angle)
|
|||
```
|
||||
|
||||
### Parameters
|
||||
```angle``` specify the quantity, in radians, of which to return the sine.
|
||||
```angle``` specifies the quantity, in radians, of which to return the sine.
|
||||
|
||||
### Description
|
||||
```sin()``` returns the trigonometric sine of angle.
|
||||
|
|
|
|||
Loading…
Reference in New Issue