aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-08-04 14:30:21 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-08-04 15:09:33 +0530
commitb51201242aaf77c6db5a9b2f72e433c521df79c5 (patch)
tree74beb6283a594ceaa2da299d695d95dfd94c459a /actionpack/lib/action_dispatch/routing/mapper.rb
parent4ae72a931ea8ef8f5994b3325a4e431cf2cb2f39 (diff)
downloadrails-b51201242aaf77c6db5a9b2f72e433c521df79c5.tar.gz
rails-b51201242aaf77c6db5a9b2f72e433c521df79c5.tar.bz2
rails-b51201242aaf77c6db5a9b2f72e433c521df79c5.zip
copy edits [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index 90b45d6502..f5e1450f8a 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -407,7 +407,7 @@ module ActionDispatch
#
# [:format]
# Allows you to specify the default value for optional +format+
- # segment or disable it if you supply +false+.
+ # segment or disable it by supplying +false+.
def match(path, options=nil)
end
@@ -1192,7 +1192,7 @@ module ActionDispatch
#
# [:format]
# Allows you to specify the default value for optional +format+
- # segment or disable it if you supply +false+.
+ # segment or disable it by supplying +false+.
#
# === Examples
#