aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Laurent2019-11-27 11:44:56 +0100
committerOlivier Laurent2019-11-27 11:44:56 +0100
commite2fc604a0822080241854ff1337e41bef6278f09 (patch)
tree4d3588a8f22e434ed8b81b50ef43a25485877a46
parent75294306d64d58e53ff92ecb554c56814577c0b5 (diff)
missing "
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 07008f42d6..e26103cedd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -483,7 +483,7 @@ We have a linter that checks a few different things:
to build every commit, and in principle even the test-suite should
pass on every commit (but this isn't tested in CI because it would
take too long). A good way to test this is to use `git rebase
- master --exec "make -f Makefile.dune check`.
+ master --exec "make -f Makefile.dune check"`.
- **No tabs or end-of-line spaces on updated lines**. We are trying
to get rid of all tabs and all end-of-line spaces from the code base
(except in some very special files that need them). This checks not