From a3da9f77c4831276bb4c10c01330a357de3217a5 Mon Sep 17 00:00:00 2001 From: Jay Sherby Date: Mon, 23 Oct 2017 22:18:58 -0500 Subject: [PATCH] Fix inconsistent header levels --- docs/markdown/Comparisons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/Comparisons.md b/docs/markdown/Comparisons.md index dcfefa98b..1deef6979 100644 --- a/docs/markdown/Comparisons.md +++ b/docs/markdown/Comparisons.md @@ -51,11 +51,11 @@ previous invocation. ## Bazel -# Pros +### Pros Proven to scale to very large projects. -## Cons +### Cons Implemented in Java. Poor Windows support. Heavily focused on Google's way of doing things (which may be a good or a bad thing). Contributing