aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
96``` 96```
97#undef MY_SETTING 97#undef MY_SETTING
98#define MY_SETTING 4 98#define MY_SETTING 4
99```c 99```
100 100
101For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it. 101For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it.
102 102