From 05629d4aaa6fb8589b96c5229db941eb7597f0fb Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 19 Nov 2016 20:19:22 -0500 Subject: Revert "fix typo in `match` doc [ci skip]" --- actionpack/lib/action_dispatch/routing/mapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 matches?. In addition, constraints # other than path can also be specified with any object # that responds to === (eg. String, Array, Range, etc.). -- cgit v1.2.3