From 154305ce1be16b2c8abce5e5d4dee421f295d6b3 Mon Sep 17 00:00:00 2001
From: Gabe Y <newsboytko@gmail.com>
Date: Tue, 4 Apr 2017 22:39:28 -0700
Subject: [PATCH] Fix formatting in BUILD_GUIDE.md (#1208)

---
 doc/BUILD_GUIDE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md
index 1750191836..78cf00b917 100644
--- a/doc/BUILD_GUIDE.md
+++ b/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.