From 90c5d1c9b39e86d85ef5e97196bad98f8d9ad974 Mon Sep 17 00:00:00 2001 From: zqpvr01 Date: Fri, 22 Mar 2024 12:39:40 +0100 Subject: [PATCH] Update Contributing --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index afd4a6a..551ffc0 100644 --- a/Contributing.md +++ b/Contributing.md @@ -33,7 +33,7 @@ You should format before making a pull request so that the reviewers can spend m ### General Rules -* A lot of code was taken from other projects (e.g. Citra, Dolphin, PPSSPP, Gekko). In general, when editing other people's code, follow the style of the module you're in (or better yet, fix the style if it drastically differs from our guide). +* A lot of code was taken from other projects (e.g. Dolphin, PPSSPP, Gekko). In general, when editing other people's code, follow the style of the module you're in (or better yet, fix the style if it drastically differs from our guide). * Line width is typically 100 characters. Please do not use 80-characters. * Don't ever introduce new external dependencies into Core * Don't use any platform specific code in Core