From f6cc4f5648f7003a41f8e1c488a399abe4c73568 Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Mon, 17 Oct 2016 16:31:01 -0500 Subject: [ci skip] Fix typo in Guides: Contributing --- guides/source/contributing_to_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/contributing_to_ruby_on_rails.md') diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index 5791e7a12a..830a546570 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -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.) -- cgit v1.2.3