aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorTony Miller <mcfiredrill@gmail.com>2015-07-11 10:58:25 +0900
committerTony Miller <mcfiredrill@gmail.com>2015-07-11 10:58:25 +0900
commit4edaa88583f8afe16facb435ccb9af24fa47a280 (patch)
treee2ee5dcb6fcc12f66a7ea747eae2a6c4626e5197 /guides/source/contributing_to_ruby_on_rails.md
parent5c3db80fee1c69e41769585f131c952fceada8a5 (diff)
downloadrails-4edaa88583f8afe16facb435ccb9af24fa47a280.tar.gz
rails-4edaa88583f8afe16facb435ccb9af24fa47a280.tar.bz2
rails-4edaa88583f8afe16facb435ccb9af24fa47a280.zip
the key is that the behavior is incorrect [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index c0d37a83d2..2e86eee587 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -61,7 +61,7 @@ can expect it to be marked "invalid" as soon as it's reviewed.
Sometimes, the line between 'bug' and 'feature' is a hard one to draw.
Generally, a feature is anything that adds new behavior, while a bug is
-anything that causes existing behavior to work incorrectly. Sometimes,
+anything that causes incorrect behavior. Sometimes,
the core team will have to make a judgement call. That said, the distinction
generally just affects which release your patch will get in to; we love feature
submissions! They just won't get backported to maintenance branches.