[llvm] 36e1fc5 - [Docs] Fixed missing closing quote character

Dávid Bolvanský via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 02:21:32 PDT 2020


Author: Dávid Bolvanský
Date: 2020-08-11T11:21:15+02:00
New Revision: 36e1fc5f68e918ba69ccd9033b38240265617c4e

URL: https://github.com/llvm/llvm-project/commit/36e1fc5f68e918ba69ccd9033b38240265617c4e
DIFF: https://github.com/llvm/llvm-project/commit/36e1fc5f68e918ba69ccd9033b38240265617c4e.diff

LOG: [Docs] Fixed missing closing quote character

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index b6e43ce0534e..0af0f1dc493b 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -259,7 +259,7 @@ Below are some guidelines about the format of the message itself:
 * If you're not the original author, ensure the 'Author' property of the commit is
   set to the original author and the 'Committer' property is set to yourself.
   You can use a command similar to
-  ``git commit --amend --author="John Doe <jdoe at llvm.org>`` to correct the
+  ``git commit --amend --author="John Doe <jdoe at llvm.org>"`` to correct the
   author property if it is incorrect. See `Attribution of Changes`_ for more
   information including the method we used for attribution before the project
   migrated to git.


        


More information about the llvm-commits mailing list