[llvm] 75b5db3 - [docs] Remove dangling parenthesis from documentation

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 12:47:35 PST 2019


Author: Tim Northover
Date: 2019-11-19T20:47:21Z
New Revision: 75b5db3094399302a1f60f5e09cf3d6ed8d161fb

URL: https://github.com/llvm/llvm-project/commit/75b5db3094399302a1f60f5e09cf3d6ed8d161fb
DIFF: https://github.com/llvm/llvm-project/commit/75b5db3094399302a1f60f5e09cf3d6ed8d161fb.diff

LOG: [docs] Remove dangling parenthesis from documentation

Patch by leiteg.

Added: 
    

Modified: 
    llvm/docs/CommandLine.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst
index 7c804d42c351..a7db630d17d4 100644
--- a/llvm/docs/CommandLine.rst
+++ b/llvm/docs/CommandLine.rst
@@ -1277,7 +1277,7 @@ Top-Level Classes and Functions
 -------------------------------
 
 Despite all of the built-in flexibility, the CommandLine option library really
-only consists of one function `cl::ParseCommandLineOptions`_) and three main
+only consists of one function `cl::ParseCommandLineOptions`_ and three main
 classes: `cl::opt`_, `cl::list`_, and `cl::alias`_.  This section describes
 these three classes in detail.
 


        


More information about the llvm-commits mailing list