diff options
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index f3d76bb91c..4efde09b8b 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -532,7 +532,7 @@ module ActionDispatch # end # # [:constraints] - # Constraints parameters with a hash of regular expressions + # Constrains parameters with a hash of regular expressions # or an object that responds to <tt>matches?</tt>. In addition, constraints # other than path can also be specified with any object # that responds to <tt>===</tt> (eg. String, Array, Range, etc.). |