aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_unicode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md
index 1b083896a..9d57e2fb7 100644
--- a/docs/feature_unicode.md
+++ b/docs/feature_unicode.md
@@ -23,7 +23,7 @@ const uint32_t PROGMEM unicode_map[] = {
23 [BANG] = 0x203D, // ‽ 23 [BANG] = 0x203D, // ‽
24 [IRONY] = 0x2E2E, // ⸮ 24 [IRONY] = 0x2E2E, // ⸮
25 [SNEK] = 0x1F40D, // 🐍 25 [SNEK] = 0x1F40D, // 🐍
26}: 26};
27``` 27```
28 28
29Make sure that the order for both matches. 29Make sure that the order for both matches.