aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGustavo Villa <gustavo@backlotcars.com>2016-02-22 01:15:16 -0300
committerGustavo Villa <gustavo@backlotcars.com>2016-02-22 01:15:16 -0300
commitabed77fb30b13e154a0f6cd2fc334d53bbae734b (patch)
tree0d0d8e3ae7cf558293d310b2e8962b1ba3953051 /actionpack
parentfa344194a8063bda06678868e0c2327b418c75cf (diff)
downloadrails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.tar.gz
rails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.tar.bz2
rails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.zip
Fix typographical error
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/routing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb
index 79f9283f83..dcf800b215 100644
--- a/actionpack/lib/action_dispatch/routing.rb
+++ b/actionpack/lib/action_dispatch/routing.rb
@@ -159,7 +159,7 @@ module ActionDispatch
#
# controller 'geocode' do
# get 'geocode/:postalcode' => :show, constraints: {
- # postalcode: /# Postcode format
+ # postalcode: /# Postalcode format
# \d{5} #Prefix
# (-\d{4})? #Suffix
# /x