Skip to content

Commit

Permalink
Update exercises/concept/squeaky-clean/.docs/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cedd Burge <[email protected]>
  • Loading branch information
pwadsworth and ceddlyburge authored Oct 9, 2023
1 parent 61de221 commit 06986ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/concept/squeaky-clean/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

The `Char` type represents the smallest addressable components of text.
Multiple `Char`s can comprise a string such as `"word"` or they can be
processed independently. Their literals have single quotes e.g. `'A'`.
processed independently.
Their literals have single quotes e.g. `'A'`.

Elm `Char` and `String` support Unicode encoding so in addition to the latin character set pretty much all the writing systems in use can be represented, e.g. the Greek letter `'β'`.

Expand Down

0 comments on commit 06986ec

Please sign in to comment.