]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix formatting in BUILD_GUIDE.md (#1208)
authorGabe Y <newsboytko@gmail.com>
Wed, 5 Apr 2017 05:39:28 +0000 (22:39 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Wed, 5 Apr 2017 05:39:28 +0000 (22:39 -0700)
doc/BUILD_GUIDE.md

index 1750191836d3d0dcd603145d961e5110bb455d9c..78cf00b917d5ffa655cb2b3fe67fb3af0ed5eae2 100644 (file)
@@ -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.