From 5fccf935d4a1d751e99f22237f1fc78738431e99 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 23 Oct 2024 13:09:02 -0400 Subject: [PATCH] Use indefinite article. Co-authored-by: brandon s allbery kf8nh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90d43196ab5..f71d133858c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -202,7 +202,7 @@ formatting: > We use `fourmolu-0.12.0.0` for formatting. If installing it with `cabal > install`, please make sure to use a version of `GHC >= 9.2.1 && < 9.8`. > Its requirement of `GHC2021` sets the lower bound, and its reliance on -> `ghc-lib-parser` sets the upper bound on GHC versions. The command for +> `ghc-lib-parser` sets the upper bound on GHC versions. A command for > installing it this way is: > > ```