[Trivial Fix] Replace Chinese punctuation with English punctuation

Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: Ia127622b544e4e8d33ea999e0d836b63c6efe66a
This commit is contained in:
inspurericzhang 2018-09-06 10:53:09 +08:00
parent 37ef59b3e7
commit c3ab5d8fe2

View File

@ -93,7 +93,7 @@ criteria are met:
* Include historical information on how the problem was identified.
* Any relevant logs are included.
* If the issue is a bug that needs fixing in a branch other than Master,
add the backport potential tag TO THE ISSUE (not the PR).
add the 'backport potential' tag TO THE ISSUE (not the PR).
* The provided information should be totally self-contained. External
access to web services/sites should not be needed.
* If the issue is needed for a hotfix release, add the 'expedite' label.