diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 11:52:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 11:52:21 +0200 |
commit | e3cda7cc25d8b6c10c3c04418eb7d87a4811fe0f (patch) | |
tree | 2e6dde0cfc3c3ce0ff31eb1fef1ebc8a4e3ed9b9 | |
parent | 80b2d70cd43bbf6b4433527fbd84a07bb5a80131 (diff) |
Minor documentation fix
-rw-r--r-- | BOOTSTRAP-WINDOWS.cli | 2 | ||||
-rw-r--r-- | doc/install.cli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli index 20a31fe..f5fd101 100644 --- a/BOOTSTRAP-WINDOWS.cli +++ b/BOOTSTRAP-WINDOWS.cli @@ -146,5 +146,5 @@ If building with MSVC, continue with \l{#BOOTSTRAP-MSVC Bootstrapping with MSVC}. If building with MinGW, continue with \l{#BOOTSTRAP-MINGW Bootstrapping with -MINGW}. +MinGW}. " diff --git a/doc/install.cli b/doc/install.cli index 0f4a1d4..4885e24 100644 --- a/doc/install.cli +++ b/doc/install.cli @@ -27,7 +27,7 @@ source "../BOOTSTRAP-WINDOWS.cli"; source "../BOOTSTRAP-MSVC.cli"; " -\h2#BOOTSTRAP-MINGW|Bootstrapping with MINGW| +\h2#BOOTSTRAP-MINGW|Bootstrapping with MinGW| " source "../BOOTSTRAP-MINGW.cli"; |