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()