fix typo in glossary/sin

This commit is contained in:
Kvmilos 2025-02-02 22:05:19 +01:00 committed by GitHub
parent 3b6a8509d3
commit 53d5999d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.