Replace special single quote with regular single quote. (#1693)

This commit is contained in:
Robert Nishihara
2018-03-10 20:36:01 -08:00
committed by Devin Petersohn
parent 40799fee37
commit cae108d019
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mailing list `ray-dev@googlegroups.com`_.
To contribute a patch:
----------------------
1. Break your work into small, single-purpose patches if possible. Its much
1. Break your work into small, single-purpose patches if possible. It's much
harder to merge in a large change with a lot of disjoint features.
2. Submit the patch as a GitHub pull request against the master branch.
3. Make sure that your code passes the unit tests.