Fix type [ci skip]

This commit is contained in:
Thomas Walpole 2017-01-03 01:51:01 -08:00 committed by GitHub
parent de20dc072b
commit 278cc7de2e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Capybara
#
# @!macro title_query_params
# @overload $0(string, options = {})
# @param string [String] The string that title should include #
# @param string [String] The string that title should include
# @overload $0(regexp, options = {})
# @param regexp [Regexp] The regexp that title should match to
# @option options [Numeric] :wait (Capybara.default_max_wait_time) Maximum time that Capybara will wait for title to eq/match given string/regexp argument