Update void glossary docs

This commit is contained in:
David Broder-Rodgers 2017-12-12 21:43:46 +00:00
parent f9d226cb03
commit ba771e92bd

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)