diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-11-09 18:34:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 18:34:19 +0100 |
commit | 2b84783712b683fd61ee14e495b31efad1a268bc (patch) | |
tree | 9869f87f5770e06dcc86eac2f515b42c11bd3da0 | |
parent | 8cc0140cf6b76022e6172c41e270a26fce1ff0f0 (diff) | |
download | gcc-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.md | 2 |
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 |