From 0497a67eae675d826be772e14bb26be730bd1990 Mon Sep 17 00:00:00 2001 From: sspanak Date: Mon, 16 Jan 2023 17:40:49 +0200 Subject: [PATCH] swapped the possitions of the apostrophe and the quote --- src/io/github/sspanak/tt9/languages/Punctuation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/github/sspanak/tt9/languages/Punctuation.java b/src/io/github/sspanak/tt9/languages/Punctuation.java index d532b3c9..e28d3e0c 100644 --- a/src/io/github/sspanak/tt9/languages/Punctuation.java +++ b/src/io/github/sspanak/tt9/languages/Punctuation.java @@ -8,7 +8,7 @@ import java.util.Arrays; public class Punctuation { final public static ArrayList Main = new ArrayList<>(Arrays.asList( - ",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "\"", ":", ";", "'", "!", "?" + ",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "'", ":", ";", "\"", "!", "?" )); final public static ArrayList Secondary = new ArrayList<>(Arrays.asList(