Merge pull request #5323 from isaacvando/main

Correct typo in roc-for-elm-programmers.md
This commit is contained in:
Ayaz 2023-05-03 11:34:41 -05:00 committed by GitHub
commit 001e081926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -558,7 +558,7 @@ SomethingIJustMadeUp "hi" "there" : [SomethingIJustMadeUp Str Str]*
Foo : [Foo]*
> y = Foo "hi" Bar
Foo "hi" 5 : [Foo Str [Bar]*]*
Foo "hi" Bar : [Foo Str [Bar]*]*
> z = Foo ["str1", "str2"]
Foo ["str1", "str2"] : [Foo (List Str)]*