Skip to content

Commit 032dd6e

Browse files
jmadlersimbabque
authored andcommitted
Documentation did not accurately reflect change in previous revision
1 parent 49a364d commit 032dd6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/WWW/Mechanize.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,11 +2037,11 @@ sub set_visible {
20372037
20382038
"Ticks" the first checkbox that has both the name and value associated
20392039
with it on the current form. If there is no value to the input, just
2040-
pass an empty string or undef as the value. Dies if there is no named
2041-
checkbox for the value given, if a value is given. Passing in a false
2042-
value as the third optional argument will cause the checkbox to be
2043-
unticked. The third value does not need to be set if you wish to
2044-
merely tick the box.
2040+
pass an empty string as the value. Dies if there is no named checkbox
2041+
for the value given, if a value is given. Passing in a false value
2042+
as the third optional argument will cause the checkbox to be unticked.
2043+
The third value does not need to be set if you wish to merely tick the
2044+
box.
20452045
20462046
=cut
20472047

0 commit comments

Comments
 (0)