From ac39d2448fbffa21153c64bd642e9af695c2b78d Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Thu, 5 Oct 2017 17:50:10 +0000 Subject: [PATCH] doc/hints.md: grammar fix - "if it was" -> "if it were" This phrasing is the subjunctive mood, for which English always uses "were" Signed-off-by: Adam D. Barratt --- doc/hints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hints.md b/doc/hints.md index a5c48ce..3575014 100644 --- a/doc/hints.md +++ b/doc/hints.md @@ -210,7 +210,7 @@ entire hint is rejected as invalid. ### easy `` Perform all the migrations and removals denoted by `` as if -it was a single migration group. If the end result is equal or better +it were a single migration group. If the end result is equal or better compared to the original situation, the action is committed. This hint is primarily useful if britney fails to compute a valid @@ -224,7 +224,7 @@ make sense (as britney always tries those). ### hint `` Perform all the migrations and removals denoted by `` as if -it was a single migration group. After that, process all remaining +it were a single migration group. After that, process all remaining (unmigrated) items and accept any that can now be processed. If the end result is equal or better compared to the original situation, the result is committed. Otherwise, all actions triggered by the hint are