📝 Match code syntax

[ci skip]
This commit is contained in:
Plusb Preco 2016-05-04 14:34:11 +09:00
parent 2606f8020a
commit 8be2239a45

View file

@ -158,7 +158,7 @@ $ ./script/build.py -c R
By default Electron is built with prebuilt `clang` binaries provided by Chromium By default Electron is built with prebuilt `clang` binaries provided by Chromium
project. If for some reason you want to build with the `clang` installed in your project. If for some reason you want to build with the `clang` installed in your
system, you can call `bootstrap.py` with `--clang_dir=<path>` switch. By passing system, you can call `bootstrap.py` with `--clang_dir=<path>` switch. By passing
it the build script will assume the clang binaries reside in `<path>/bin/`. it the build script will assume the `clang` binaries reside in `<path>/bin/`.
For example if you installed `clang` under `/user/local/bin/clang`: For example if you installed `clang` under `/user/local/bin/clang`: