Revert "fix typo in match doc [ci skip]"

This commit is contained in:
Jon Moss 2016-11-19 20:19:22 -05:00 committed by GitHub
parent 4aeb73af1b
commit 05629d4aaa

@ -532,7 +532,7 @@ module Base
# 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.).