diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ac6e4e7..b57d417e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. + |type|meaning| |-|-| |`const Type& name`|*in* Parameter. It is NOT going to be modified and may be copied inside of the function.|