[llvm] 0dfcb23 - [NFC][Test commit] Remove redundant point in docs

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 7 13:08:57 PST 2020


Author: kpdev
Date: 2020-03-07T10:30:42+03:00
New Revision: 0dfcb23b0507d57a30f313eed082f730bdc3ce3a

URL: https://github.com/llvm/llvm-project/commit/0dfcb23b0507d57a30f313eed082f730bdc3ce3a
DIFF: https://github.com/llvm/llvm-project/commit/0dfcb23b0507d57a30f313eed082f730bdc3ce3a.diff

LOG: [NFC][Test commit] Remove redundant point in docs

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 48d561349108..10396afd3072 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -39,7 +39,7 @@ This is an example workflow and configuration to get and build the LLVM source:
    * Or, on windows, ``git clone --config core.autocrlf=false
      https://github.com/llvm/llvm-project.git``
 
-#. Configure and build LLVM and Clang:.
+#. Configure and build LLVM and Clang:
 
    * ``cd llvm-project``
    * ``mkdir build``


        


More information about the llvm-commits mailing list