1
0
Fork 0

swapped the possitions of the apostrophe and the quote

This commit is contained in:
sspanak 2023-01-16 17:40:49 +02:00 committed by Dimo Karaivanov
parent 88797898d8
commit 0497a67eae

View file

@ -8,7 +8,7 @@ import java.util.Arrays;
public class Punctuation {
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "\"", ":", ";", "'", "!", "?"
",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "'", ":", ";", "\"", "!", "?"
));
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(