소스 검색

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,  // ‽
   [IRONY]   = 0x2E2E,  // ⸮
   [SNEK]    = 0x1F40D, // 🐍
-}:
+};
 ```
 
 Make sure that the order for both matches.