From fa5436e017e31a00a33dd69eb989255af63c636e Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 20 Nov 2016 09:49:08 +0900 Subject: fix typo in `match` doc [ci skip] s/Constrains/Constraints --- 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 4efde09b8b..f3d76bb91c 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] - # Constrains parameters with a hash of regular expressions + # Constraints 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