[llvm] 73ed118 - [Docs][NFC] Contributing.rst: fix wording
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 04:50:30 PST 2022
Author: Lancelot SIX
Date: 2022-02-02T13:49:03+01:00
New Revision: 73ed118edaa6b0862ffaa4b8cba45fd184c5ea58
URL: https://github.com/llvm/llvm-project/commit/73ed118edaa6b0862ffaa4b8cba45fd184c5ea58
DIFF: https://github.com/llvm/llvm-project/commit/73ed118edaa6b0862ffaa4b8cba45fd184c5ea58.diff
LOG: [Docs][NFC] Contributing.rst: fix wording
Fix a sentence containing two consecutive 'and'.
Added:
Modified:
llvm/docs/Contributing.rst
Removed:
################################################################################
diff --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index 7b3bcbfe20504..37072741c186a 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -32,7 +32,7 @@ let people know you are working on it.
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).
More information about the llvm-commits
mailing list