From 154dabad8bc71df2f25d93861779ec08e636ebf6 Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Wed, 26 Jul 2023 13:50:23 +0100 Subject: [PATCH] fix typo in data types docs possiblity -> possibility --- docs/md-documentation/basic-data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/md-documentation/basic-data-types.md b/docs/md-documentation/basic-data-types.md index 9fa4961..622808f 100644 --- a/docs/md-documentation/basic-data-types.md +++ b/docs/md-documentation/basic-data-types.md @@ -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 `Ç` snippet. For example, take a look at the following program: +Another possibility is to use the `Ç` snippet. For example, take a look at the following program: "abcd"Ç