summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-11-11 19:36:16 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-11-11 19:36:16 (GMT)
commit74a40291bb3b7d7ae1cda1b165acae28c41dc3bc (patch)
tree79345e5aa5b4c2cacb61b6a1b08f1b690d3529e7 /HACKING.md
parent083b6b040681ec3d8ec3cd40f20406b9e6ec8d56 (diff)
downloadNinja-74a40291bb3b7d7ae1cda1b165acae28c41dc3bc.zip
Ninja-74a40291bb3b7d7ae1cda1b165acae28c41dc3bc.tar.gz
Ninja-74a40291bb3b7d7ae1cda1b165acae28c41dc3bc.tar.bz2
test commit
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 7fdb152..6f88943 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -53,7 +53,7 @@ obvious exceptions (fixing typos in comments don't need tests).
I am very wary of changes that increase the complexity of Ninja (in
particular, new build file syntax or command-line flags) or increase
-the maintenance burden of Ninja. Ninja is already successfully in use
+the maintenance burden of Ninja. Ninja is already successfully used
by hundreds of developers for large projects and it already achieves
(most of) the goals I set out for it to do. It's probably best to
discuss new feature ideas on the mailing list before I shoot down your