From 0f5c881adf9a37b3d8429405842cd33961219100 Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Sat, 8 Apr 2017 09:45:28 -0700 Subject: [PATCH] style-guide: Clarify 'later' Massage the writing for clarity. Fixes #702. --- pages/docs/style-guide.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/style-guide.elm b/pages/docs/style-guide.elm index cc7d80ddc..a301edb75 100644 --- a/pages/docs/style-guide.elm +++ b/pages/docs/style-guide.elm @@ -88,9 +88,9 @@ We saved vertical lines here, but at the cost of regularity and ease of modification. If `Literal` ever becomes longer, all arrows must move. If any branch gets too long, everything needs to come down a line anyway. -Having `case` appear *later* than the actual cases is strongly discouraged. It +Having `case` appear further to the right than the actual cases is strongly discouraged. It should serve as a context clue that makes glancing through code easy, but when -indented in crazy ways, it becomes more difficult to glance through. +indented or positioned in crazy ways, it becomes more difficult to glance through. ## Types