From d15f728ee3b3aff3fff9f765708912adcb646016 Mon Sep 17 00:00:00 2001 From: Rohit Goswami <308505-HaoZeke@users.noreply.gitlab.com> Date: Tue, 16 Nov 2021 15:27:00 +0000 Subject: [PATCH] nit: Minor grammatical update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9027c7..90412c0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If so, you'll benefit from a CMake-like build system. ## Why must the answer be CMake? -Build systems is a hot topic. Of course there are many options. But even a really good one, or one that re-uses a familiar syntax, can't come close to CMake. +Build systems are a hot topic. Of course there are many options. But even a really good one, or one that re-uses a familiar syntax, can't come close to CMake. Why? Support. Every IDE supports CMake (or CMake supports that IDE).