From a3b4314111917706ed47b0f2af7344cbd5a8cf72 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 13 Oct 2019 11:28:19 +0200 Subject: [PATCH] fixed table in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ac6e4e74..b57d417ec 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.|