Skip to content

Commit

Permalink
style-guide: Clarify 'later'
Browse files Browse the repository at this point in the history
Massage the writing for clarity.
Fixes elm#702.
  • Loading branch information
ybakos committed Aug 23, 2019
1 parent 7af15d3 commit 0f5c881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/style-guide.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f5c881

Please sign in to comment.