From 3a76b876b839fa9d81a9d65f955caed6ed6b4656 Mon Sep 17 00:00:00 2001 From: ccesare Date: Thu, 14 Jun 2018 09:23:28 -0400 Subject: [PATCH] Minor language change to CONTRIBUTING.md In the `#building` section, the doc read that a default configuration "shall use around 3.5 GB of disk space." Changed "shall use" to "requires," as I don't think it's meant to sound so prescriptive. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b9f0624970..ea9f2c19430 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ file. If you still have a `config.mk` file in your directory - from ### Building [building]: #building -A default configuration shall use around 3.5 GB of disk space, whereas building a debug configuration may require more than 30 GB. +A default configuration requires around 3.5 GB of disk space, whereas building a debug configuration may require more than 30 GB. Dependencies - [build dependencies](README.md#building-from-source)