From cce1ddeeffaa4c028242332581d844a62670087f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandro=20S=C3=A1nchez=20Bach?= Date: Tue, 1 Apr 2014 16:00:39 -0700 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-Style.md b/Coding-Style.md index a4556fd..f7d0f1c 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -10,7 +10,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't * Put curly-brackets (`{` and `}`) on the next line. * Try to eliminate all compiler warnings from your code. * Try to use C++ standard data types whenever it's possible (e.g. _std::string_ instead of _wxString_). -* Comment *every* hack you do, *every* block of code you comment out and *every* improvable code. +* Comment *every* hack you do, *every* snippet you comment out and *every* improvable code. *** ### Emulator coding style