[PATCH] D118772: [Docs][NFC] Contributing.rst: fix wording
    Lancelot SIX via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  2 03:54:30 PST 2022
    
    
  
lancesix updated this revision to Diff 405205.
lancesix retitled this revision from "[Docs][NFC] Contributing.rts: fix wording" to "[Docs][NFC] Contributing.rst: fix wording".
lancesix added a comment.
Fix commit message (s/rts/rst/)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118772/new/
https://reviews.llvm.org/D118772
Files:
  llvm/docs/Contributing.rst
Index: llvm/docs/Contributing.rst
===================================================================
--- llvm/docs/Contributing.rst
+++ llvm/docs/Contributing.rst
@@ -32,7 +32,7 @@
 
 Then try to reproduce and fix the bug with upstream LLVM. Start by building
 LLVM from source as described in :doc:`GettingStarted` and
-and use the built binaries to reproduce the failure described in the bug. Use
+use the built binaries to reproduce the failure described in the bug. Use
 a debug build (`-DCMAKE_BUILD_TYPE=Debug`) or a build with assertions
 (`-DLLVM_ENABLE_ASSERTIONS=On`, enabled for Debug builds).
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118772.405205.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/e15e495b/attachment.bin>
    
    
More information about the llvm-commits
mailing list