diff --git a/docs/install.rst b/docs/install.rst index 3afc8833e09..4dbada99e11 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -94,7 +94,7 @@ The general approach is: ninja -C builddir/ sudo ninja -C builddir/ install -On Windows you can also use the visual studio backend +On Windows you can also use the Visual Studio backend :: diff --git a/docs/meson.rst b/docs/meson.rst index 664abe69eff..b73d9b276f3 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -156,8 +156,8 @@ file `__, or with the CC and CXX environment variables. All of these compilers are tested and work with Ninja, but if you want -visual studio integration or you just like msbuild, passing -``--backend=vs`` to Meson will generate a visual studio solution. If you +Visual Studio integration or you just like msbuild, passing +``--backend=vs`` to Meson will generate a Visual Studio solution. If you want to use ICL or clang-cl with the vsbackend you will need Meson 0.52.0 or greater. Older versions always use the Microsoft compiler.