Skip to content

Commit 7f77238

Browse files
Merge pull request rails#23808 from gfvcastro/typographical-error
Fix typographical error
2 parents fa34419 + abed77f commit 7f77238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/routing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ module ActionDispatch
159159
#
160160
# controller 'geocode' do
161161
# get 'geocode/:postalcode' => :show, constraints: {
162-
# postalcode: /# Postcode format
162+
# postalcode: /# Postalcode format
163163
# \d{5} #Prefix
164164
# (-\d{4})? #Suffix
165165
# /x

0 commit comments

Comments
 (0)