From 2449bd13088acb110017a41a233e7243ae451105 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 16 Sep 2019 08:03:51 +0200 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 e7c41c5..3f89567 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -49,4 +49,4 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't *** ### Qt coding style -* Don't concatenate translated strings. Use tr().arg() instead. +* Don't concatenate translated strings. Use `tr().arg()` instead.