浏览代码

Feature Unicode example code fixed.

Gergely Peidl 6 年之前
父节点
当前提交
ca35647535
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/feature_unicode.md

+ 1 - 1
docs/feature_unicode.md

@@ -23,7 +23,7 @@ const uint32_t PROGMEM unicode_map[] = {
   [BANG]    = 0x203D,  // ‽
   [BANG]    = 0x203D,  // ‽
   [IRONY]   = 0x2E2E,  // ⸮
   [IRONY]   = 0x2E2E,  // ⸮
   [SNEK]    = 0x1F40D, // 🐍
   [SNEK]    = 0x1F40D, // 🐍
-}:
+};
 ```
 ```
 
 
 Make sure that the order for both matches.
 Make sure that the order for both matches.