[PATCH] D70457: Remove dangling parenthesis from documentation

Gustavo Leite via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 12:24:53 PST 2019


leiteg created this revision.
leiteg created this object with visibility "All Users".
leiteg added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70457

Files:
  llvm/docs/CommandLine.rst


Index: llvm/docs/CommandLine.rst
===================================================================
--- llvm/docs/CommandLine.rst
+++ llvm/docs/CommandLine.rst
@@ -1277,7 +1277,7 @@
 -------------------------------
 
 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.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70457.230123.patch
Type: text/x-patch
Size: 564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/666cc1ac/attachment-0001.bin>


More information about the llvm-commits mailing list