From d1d19e07aeefa6e59ba9e9258a1c7740feb99fc3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:41:49 -0400 Subject: [PATCH] spelling: interchangeably Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/String.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/String.elm b/src/String.elm index 0e60bdd6..fb32bc6c 100644 --- a/src/String.elm +++ b/src/String.elm @@ -86,7 +86,7 @@ characters with different widths. [u]: https://en.wikipedia.org/wiki/Unicode -**Note:** JavaScript lets you use double quotes and single quotes interchangably. +**Note:** JavaScript lets you use double quotes and single quotes interchangeably. This is not true in Elm. You must use double quotes for a `String`, and you must use single quotes for a [`Char`](Char#Char). -}