aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-13 10:15:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-13 10:15:36 -0700
commit7316a575ee5c628809fe5779a7bde9dc9bbb2aab (patch)
tree9102ff187da2269ea4f4059a176336ea4b46d6f0
parent4ec956c578634b44122dd4ba20dcfd02c6b006a0 (diff)
downloadhaskell-tab-indent-7316a575ee5c628809fe5779a7bde9dc9bbb2aab.tar.gz
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index cc06d73..b4f7838 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
0.3 (unreleased)
----------------
-- When checking whether we're on the first line of where clause,
+- When checking whether we're on the first line of a where clause,
require 'where' followed by end of line, rather than just a line
starting with 'where'.