From ea49c9443e2457df1abb301090e61677fb29c1a9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 24 Nov 2019 14:35:28 +0100 Subject: [PATCH] Fix small typo in coverage.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A missing closing brace left the text being show as: "… to be rebuilt (see #1940." --- doc/coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coverage.md b/doc/coverage.md index 3399863f3c..488cd9a880 100644 --- a/doc/coverage.md +++ b/doc/coverage.md @@ -81,7 +81,7 @@ However, advanced users may want to understand exactly how `--coverage` works: the executable. When switching on this flag, it will usually cause all local packages to be - rebuilt (see [#1940](https://github.com/commercialhaskell/stack/issues/1940). + rebuilt (see [#1940](https://github.com/commercialhaskell/stack/issues/1940)). 2. Before the build runs with `--coverage`, the contents of `stack path --local-hpc-root` gets deleted. This prevents old reports from getting mixed