Merge pull request #199 from broder/update-void

Update void glossary docs
pull/203/head
Patricio Gonzalez Vivo 7 years ago committed by GitHub
commit 18ff67bad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ void bFunction(float);
```
### 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
[void](/glossary/?search=void), [bool](/glossary/?search=bool), [int](/glossary/?search=int), [float](/glossary/?search=float)

Loading…
Cancel
Save