Fix doc on result[ci skip]

This commit is contained in:
colorbox 2018-11-01 01:07:25 +09:00
parent acbc17add6
commit abd7919191
1 changed files with 1 additions and 1 deletions

View File

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