mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed table in CONTRIBUTING.md
This commit is contained in:
parent
fdea837747
commit
a3b4314111
|
@ -48,6 +48,7 @@ void setValue(int value) {
|
||||||
```
|
```
|
||||||
|
|
||||||
**References** mean that the variable doesn't need to be copied when it is passed to a function.
|
**References** mean that the variable doesn't need to be copied when it is passed to a function.
|
||||||
|
|
||||||
|type|meaning|
|
|type|meaning|
|
||||||
|-|-|
|
|-|-|
|
||||||
|`const Type& name`|*in* Parameter. It is NOT going to be modified and may be copied inside of the function.|
|
|`const Type& name`|*in* Parameter. It is NOT going to be modified and may be copied inside of the function.|
|
||||||
|
|
Loading…
Reference in a new issue