diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 386752e2cff9..56381445e451 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 `_ - 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: