Skip to content

Commit

Permalink
style-guide: Rename 'bad' function to match 'good' example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybakos committed Aug 23, 2019
1 parent dcea4a7 commit 7af15d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/style-guide.elm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ the result will still look quite nice.
```elm
homeDirectory = "/root/files"
eval boolean = case boolean of
evaluate boolean = case boolean of
Literal bool -> bool
Not b -> not (eval b)
And b b_ -> eval b && eval b_
Expand Down

0 comments on commit 7af15d3

Please sign in to comment.