summaryrefslogtreecommitdiff
path: root/doc/BUILD_GUIDE.md
diff options
context:
space:
mode:
authorXyverz2017-04-06 22:07:34 -0700
committerXyverz2017-04-06 22:07:34 -0700
commit303bc6999efc07f38a50c3cdc06503e6fce5fa6a (patch)
tree42f46f79866f9e64254148cca77c20562e52c2f6 /doc/BUILD_GUIDE.md
parent8813365ec5c091c0185563943bbf73ec53d846e0 (diff)
parent154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/BUILD_GUIDE.md')
-rw-r--r--doc/BUILD_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md
index 175019183..78cf00b91 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.