소스 검색

Fix formatting in BUILD_GUIDE.md (#1208)

Gabe Y 8 년 전
부모
커밋
154305ce1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/BUILD_GUIDE.md

+ 1 - 1
doc/BUILD_GUIDE.md

@@ -96,7 +96,7 @@ The keyboard `config.h` is included only if the keymap one doesn't exist. The fo
 ```
 #undef MY_SETTING
 #define MY_SETTING 4
-```c
+```
 
 For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it.