Updated Coding Style (markdown)

Megamouse 2019-09-16 08:03:51 +02:00
parent 7a6b654b96
commit 2449bd1308

@ -49,4 +49,4 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
*** ***
### Qt coding style ### Qt coding style
* Don't concatenate translated strings. Use tr().arg() instead. * Don't concatenate translated strings. Use `tr().arg()` instead.