aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2021-11-09 18:34:19 +0100
committerGitHub <noreply@github.com>2021-11-09 18:34:19 +0100
commit2b84783712b683fd61ee14e495b31efad1a268bc (patch)
tree9869f87f5770e06dcc86eac2f515b42c11bd3da0
parent8cc0140cf6b76022e6172c41e270a26fce1ff0f0 (diff)
downloadgcc-2b84783712b683fd61ee14e495b31efad1a268bc.zip
gcc-2b84783712b683fd61ee14e495b31efad1a268bc.tar.gz
gcc-2b84783712b683fd61ee14e495b31efad1a268bc.tar.bz2
Update CONTRIBUTING.md
Split sentence. Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 52fbb99..c0d75d7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,7 +44,7 @@ These will be imported into a GitHub PR to follow the normal review process, and
* PRs won't be merged until the build and tests pass.
-* Please take the time to create good git commit messages see the existing format of them in the git log or refer to something like: https://chris.beams.io/posts/git-commit/
+* Please take the time to create good git commit messages. See the existing format of them in the git log or refer to something like: https://chris.beams.io/posts/git-commit/
#### Running `clang-format` locally