From 9ab294856f61d0cba6f3f633b98f82eb25fa4bf8 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 13:36:03 +0100 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 8fcb40b..fb8bcee 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -20,13 +20,14 @@ - [Coding style policy](Coding-style-policy) - [Whitespace](Whitespace) - [Indentation](Indentation) - - [Strings](Strings) - [Maximum line length](Maximum-line-length) + - [Strings](Strings) - [Constants](Constants) - [Keywords](Keywords) - [Operators](Operators) - [Functions](Functions) - - [If-Statement](if-Statement) + - [Structures](Structures) + - [If-Statements](if-Statement) - [Classes](Classes) - [Casting](Casting) - [Pull request policy](Pull-request-policy)