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