Skip to content

Commit 8a81e76

Browse files
committed
format
1 parent 11ac2d5 commit 8a81e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PatternMatching/PatternMatching.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ expect
7676
&& (match [Foo, Count 0] != FooCountIf)
7777
&& (match [Baz, Count 1] != FooCountIf)
7878

79-
# Use `as` to create a variable equal to the part of the list that matches `..`
79+
# Use `as` to create a variable equal to the part of the list that matches `..`
8080
expect
8181
match = \input ->
8282
when input is

0 commit comments

Comments
 (0)