diff --git a/BUILDING.md b/BUILDING.md index 04f65c226e123f..d054e91967b138 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -78,7 +78,7 @@ mkdir build/ cd build/ ../../configure ``` -Where `` is something that describes what configuration (as described by `` +Where `` is something that describes what configuration (as described by ``) of the tree you're planning to build, or simply `out` if you're not feeling creative. ```