From 278cc7de2e729c0b967c567ed54712739c71f54b Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Tue, 3 Jan 2017 01:51:01 -0800 Subject: [PATCH] Fix type [ci skip] --- lib/capybara/node/document_matchers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara/node/document_matchers.rb b/lib/capybara/node/document_matchers.rb index 9e32c8e5..2e801622 100644 --- a/lib/capybara/node/document_matchers.rb +++ b/lib/capybara/node/document_matchers.rb @@ -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