Skip to content

Commit e4d7403

Browse files
authored
typo
1 parent 54c3b14 commit e4d7403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AllSyntax/main.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if_demo = |num|
158158

159159
tuple_demo : {} -> (Str, U32)
160160
tuple_demo = |{}|
161-
# tuples can contain mutltiple types
161+
# tuples can contain multiple types
162162
# they are allocated on the stack
163163
("Roc", 1)
164164

0 commit comments

Comments
 (0)