Skip to content

Commit

Permalink
correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Jul 21, 2023
1 parent e615b42 commit 67790ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ toVariant pattern =
Just patternEnding ->
let
allSegments =
... ++ [ patternEnding ]
... ++ [ endingToVariantName patternEnding ]
in
...
```
Expand Down

0 comments on commit 67790ae

Please sign in to comment.