1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typographical error

This commit is contained in:
Gustavo Villa 2016-02-22 01:15:16 -03:00
parent fa344194a8
commit abed77fb30

View file

@ -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