aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-05-07 21:48:20 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-05-07 21:48:20 -0700
commitd2061a224d4e99cbc0f859c50f0c35277773369e (patch)
treecc80eadd0dcbfc5b4dbf3b80bfab3de8d88b2357
parentbab48f0a3d53a08bc23ea0887219e8deb963c3d9 (diff)
parent04051df4197fe1485bbb7b64dfbe4419111c6c0e (diff)
downloadrails-d2061a224d4e99cbc0f859c50f0c35277773369e.tar.gz
rails-d2061a224d4e99cbc0f859c50f0c35277773369e.tar.bz2
rails-d2061a224d4e99cbc0f859c50f0c35277773369e.zip
Merge pull request #15020 from ivantsepp/contributing_to_rails_guide_fix
Mismatch branch name between text and code example [ci skip]
-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 edcf8fa998..57010b85c3 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -527,7 +527,7 @@ been updated.
### Older Versions of Ruby on Rails
-If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 3-0-stable branch:
+If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 4-0-stable branch:
```bash
$ git branch --track 4-0-stable origin/4-0-stable