From cbcfbdd078c1f69f65a31d87b218fb41f495ce0f Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Tue, 31 Jul 2012 14:16:46 -0500 Subject: fix punctuation in #resources and #match documentation [ci skip] --- actionpack/lib/action_dispatch/routing/mapper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 4c4d12998f..90b45d6502 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -406,8 +406,8 @@ module ActionDispatch # match 'path' => 'c#a', :anchor => false # # [:format] - # Allows you to specify default value for optional +format+ segment - # or disable it if you supply +false+ + # Allows you to specify the default value for optional +format+ + # segment or disable it if you supply +false+. def match(path, options=nil) end @@ -1191,8 +1191,8 @@ module ActionDispatch # sekret_comment DELETE /comments/:id(.:format) # # [:format] - # Allows you to specify default value for optional +format+ segment - # or disable it if you supply +false+ + # Allows you to specify the default value for optional +format+ + # segment or disable it if you supply +false+. # # === Examples # -- cgit v1.2.3