[llvm] r274289 - Remove non-ASCII characters (silly smart quotes). Thanks to Hal for
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 16:04:21 PDT 2016
Author: chandlerc
Date: Thu Jun 30 18:04:20 2016
New Revision: 274289
URL: http://llvm.org/viewvc/llvm-project?rev=274289&view=rev
Log:
Remove non-ASCII characters (silly smart quotes). Thanks to Hal for
noticing.
Modified:
llvm/trunk/docs/CodeOfConduct.rst
llvm/trunk/docs/ReportingGuide.rst
Modified: llvm/trunk/docs/CodeOfConduct.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeOfConduct.rst?rev=274289&r1=274288&r2=274289&view=diff
==============================================================================
--- llvm/trunk/docs/CodeOfConduct.rst (original)
+++ llvm/trunk/docs/CodeOfConduct.rst Thu Jun 30 18:04:20 2016
@@ -18,8 +18,8 @@ that end, we have a few ground rules tha
* `be careful in the words that you choose and be kind to others`_, and
* `when we disagree, try to understand why`_.
-This isnât an exhaustive list of things that you canât do. Rather, take it in
-the spirit in which itâs intended - a guide to make it easier to communicate
+This isn't an exhaustive list of things that you can't do. Rather, take it in
+the spirit in which it's intended - a guide to make it easier to communicate
and participate in the community.
This code of conduct applies to all spaces managed by the LLVM project or The
@@ -61,7 +61,7 @@ it by emailing conduct at llvm.org. For mor
* **Be respectful.** Not all of us will agree all the time, but disagreement is
no excuse for poor behavior and poor manners. We might all experience some
frustration now and then, but we cannot allow that frustration to turn into
- a personal attack. Itâs important to remember that a community where people
+ a personal attack. It's important to remember that a community where people
feel uncomfortable or threatened is not a productive one. Members of the LLVM
community should be respectful when dealing with other members as well as
with people outside the LLVM community.
@@ -89,11 +89,11 @@ it by emailing conduct at llvm.org. For mor
* **When we disagree, try to understand why.** Disagreements, both social and
technical, happen all the time and LLVM is no exception. It is important that
we resolve disagreements and differing views constructively. Remember that
- weâre different. The strength of LLVM comes from its varied community, people
+ we're different. The strength of LLVM comes from its varied community, people
from a wide range of backgrounds. Different people have different
perspectives on issues. Being unable to understand why someone holds
- a viewpoint doesnât mean that theyâre wrong. Donât forget that it is human to
- err and blaming each other doesnât get us anywhere. Instead, focus on helping
+ a viewpoint doesn't mean that they're wrong. Don't forget that it is human to
+ err and blaming each other doesn't get us anywhere. Instead, focus on helping
to resolve issues and learning from mistakes.
Questions?
Modified: llvm/trunk/docs/ReportingGuide.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReportingGuide.rst?rev=274289&r1=274288&r2=274289&view=diff
==============================================================================
--- llvm/trunk/docs/ReportingGuide.rst (original)
+++ llvm/trunk/docs/ReportingGuide.rst Thu Jun 30 18:04:20 2016
@@ -23,7 +23,7 @@ immediate attention, you can also reach
staff. Event organizers and staff will be prepared to handle the incident and
able to help. If you cannot find one of the organizers, the venue staff can
locate one for you. We will also post detailed contact information for specific
-events as part of each eventsâ information. In person reports will still be
+events as part of each events' information. In person reports will still be
kept confidential exactly as above, but also feel free to (anonymously if
needed) email conduct at llvm.org.
More information about the llvm-commits
mailing list