Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/md-documentation/basic-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Lists can contain all basic data types and can be inputted as such. To create a

This leaves `['1', '2', '3', '4']` on the stack. [Try it online!](https://tio.run/##MzBNTDJM/f/f0MjYJPj/fwA "05AB1E – Try It Online")

Another possiblity is to use the `<string of code points>Ç` snippet. For example, take a look at the following program:
Another possibility is to use the `<string of code points>Ç` snippet. For example, take a look at the following program:

"abcd"Ç

Expand Down