From 2433e564ffd3161d9a9053715efeced2217ef7a4 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 13:25:44 +0100 Subject: [PATCH] Updated Calling functions (markdown) --- Calling-functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Calling-functions.md b/Calling-functions.md index cbcc058..7b40ded 100644 --- a/Calling-functions.md +++ b/Calling-functions.md @@ -1,3 +1,5 @@ +# Calling functions + Function calls must follow a few rules in order to maintain readability throughout the project: **Do not add whitespace before the opening parenthesis**