diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-11-19 20:19:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 20:19:22 -0500 |
commit | 05629d4aaa6fb8589b96c5229db941eb7597f0fb (patch) | |
tree | b20059dfebf9ac996ac878aa452e6d21473929bc /actionpack/lib/action_dispatch | |
parent | 4aeb73af1b290e574e5106e2739c869e4238ded5 (diff) | |
download | rails-05629d4aaa6fb8589b96c5229db941eb7597f0fb.tar.gz rails-05629d4aaa6fb8589b96c5229db941eb7597f0fb.tar.bz2 rails-05629d4aaa6fb8589b96c5229db941eb7597f0fb.zip |
Revert "fix typo in `match` doc [ci skip]"
Diffstat (limited to 'actionpack/lib/action_dispatch')
-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.). |