[llvm] 7088da4 - [NFC] Correct arc draft option

Shivam Gupta via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 23:56:33 PDT 2021


Author: Shivam Gupta
Date: 2021-10-23T12:25:46+05:30
New Revision: 7088da480c33955036d2e7a032a11d88157b5d17

URL: https://github.com/llvm/llvm-project/commit/7088da480c33955036d2e7a032a11d88157b5d17
DIFF: https://github.com/llvm/llvm-project/commit/7088da480c33955036d2e7a032a11d88157b5d17.diff

LOG: [NFC] Correct arc draft option

Added: 
    

Modified: 
    llvm/docs/Phabricator.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst
index 4d4c41b1c004c..daa2f25571140 100644
--- a/llvm/docs/Phabricator.rst
+++ b/llvm/docs/Phabricator.rst
@@ -49,10 +49,9 @@ repository is to run:
 
 Sometime you may want to create a draft revision to show the proof of concept
 or for experimental purposes, In that case you can use the `--draft` option. It
-will either create a new draft revisoin or convert the original revision to a
-draft revision depending on your local branch status. The good part is: it will not
-send mail to llvm-commit mailing list, patch reviewers, and all other subscribers,
-buildbot will also run on every patch update:
+will create a new draft revision. The good part is: it will not send mail to
+llvm-commit mailing list, patch reviewers, and all other subscribers, buildbot
+will also run on every patch update:
 
 ::
 


        


More information about the llvm-commits mailing list