From abd7919191db8b55166a5c55b38a89a3d53300a1 Mon Sep 17 00:00:00 2001 From: colorbox Date: Thu, 1 Nov 2018 01:07:25 +0900 Subject: [PATCH] Fix doc on result[ci skip] --- lib/capybara/result.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara/result.rb b/lib/capybara/result.rb index 53e2f377..e6f9d5bc 100644 --- a/lib/capybara/result.rb +++ b/lib/capybara/result.rb @@ -7,7 +7,7 @@ module Capybara # A {Capybara::Result} represents a collection of {Capybara::Node::Element} on the page. It is possible to interact with this # collection similar to an Array because it implements Enumerable and offers the following Array methods through delegation: # - # * [] + # * \[\] # * each() # * at() # * size()