Skip to content

Commit

Permalink
unnecessary space -
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Oct 21, 2023
1 parent 0968d20 commit 9054eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Articles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ List [ String "My name is ", Int 5 ]
"""
, textOnlyParagraph "or"
, elmCode """
Equals { left = String "High" , right = Int 5 }
Equals { left = String "High", right = Int 5 }
"""
]
, textOnlyParagraph """it has impossible variants you are forced to case on"""
Expand Down

0 comments on commit 9054eeb

Please sign in to comment.