aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-27 13:40:15 +0100
committerThéo Zimmermann2019-11-27 13:40:15 +0100
commit2184cdb9df3b2f3727fccf0933c2c7e89f8b79a1 (patch)
treec939f1e01824e474927448b72198b7c79eda2e7a
parent90aadb2697884e9ee42f0a1828568ca9dad3f85e (diff)
parente2fc604a0822080241854ff1337e41bef6278f09 (diff)
Merge PR #11196: missing " in CONTRIBUTING.md
Reviewed-by: Zimmi48
-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