summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/GettingStarted.rst')
-rw-r--r--llvm/docs/GettingStarted.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 386752e2cff..56381445e45 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -96,9 +96,9 @@ Here's the short story for getting up and running quickly with LLVM:
* ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
* ``Ninja`` --- for generating `Ninja <https://ninja-build.org>`_
- build files. Most llvm developers use Ninja.
+ build files. Most llvm developers use Ninja.
* ``Visual Studio`` --- for generating Visual Studio projects and
- solutions.
+ solutions.
* ``Xcode`` --- for generating Xcode projects.
Some Common options:
OpenPOWER on IntegriCloud