Merge pull request #199 from broder/update-void

Update void glossary docs
This commit is contained in:
Patricio Gonzalez Vivo 2017-12-18 09:04:49 -08:00 committed by GitHub
commit 18ff67bad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ void bFunction(float);
``` ```
### Description ### Description
```void``` is used when a function have no parameters or when a function does not return a value. ```void``` is used when a function has no parameters or when a function does not return a value.
### See Also ### See Also
[void](/glossary/?search=void), [bool](/glossary/?search=bool), [int](/glossary/?search=int), [float](/glossary/?search=float) [void](/glossary/?search=void), [bool](/glossary/?search=bool), [int](/glossary/?search=int), [float](/glossary/?search=float)