Skip to content

Commit 7af15d3

Browse files
author
Yong Bakos
committed
style-guide: Rename 'bad' function to match 'good' example.
1 parent dcea4a7 commit 7af15d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/style-guide.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ the result will still look quite nice.
7777
```elm
7878
homeDirectory = "/root/files"
7979
80-
eval boolean = case boolean of
80+
evaluate boolean = case boolean of
8181
Literal bool -> bool
8282
Not b -> not (eval b)
8383
And b b_ -> eval b && eval b_

0 commit comments

Comments
 (0)