[ci skip] Fix typo in Guides: Contributing

This commit is contained in:
Alex Kitchens 2016-10-17 16:31:01 -05:00
parent 6aa3784002
commit f6cc4f5648
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ The above are guidelines - please use your best judgment in using them.
For changes that might have an impact on performance, please benchmark your
code and measure the impact. Please share the benchmark script you used as well
as the results. You should consider including these information in your commit
as the results. You should consider including this information in your commit
message, which allows future contributors to easily verify your findings and
determine if they are still relevant. (For example, future optimizations in the
Ruby VM might render certain optimizations unnecessary.)