diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-26 15:45:47 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-26 15:45:47 +0200 |
commit | 1d3889e24f7a68506bb939aabd4a34874e66e6c9 (patch) | |
tree | 77effce4a82ee48ceb28f635548774580327b73d | |
parent | 9b17016c17d97111fbecf3a956c7d75932387722 (diff) | |
download | serenity-1d3889e24f7a68506bb939aabd4a34874e66e6c9.zip |
Meta: Minor tweak to Contributing.md
-rw-r--r-- | Contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Contributing.md b/Contributing.md index 972182f2fe..6f1c5636c7 100644 --- a/Contributing.md +++ b/Contributing.md @@ -16,7 +16,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo * Conform to the project coding style. Please use `clang-format` (version 8 or newer) to automatically format C++ files. * Choose expressive variable, function and class names. Make it as obvious as possible what the code is doing. -* Separate your changes into separate, atomic commits. +* Split your changes into separate, atomic commits. * Make sure your commits are rebased on the master branch. * Wrap your commit messages at 77 characters. * Write your commit messages in proper English, with care and punctuation. |