Skip to content

Commit 47fd0c0

Browse files
paultcochraneoalders
authored andcommitted
Fix minor typo in SYNOPSIS example code comment
1 parent 729c248 commit 47fd0c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for WWW::Mechanize
22

33
{{$NEXT}}
4+
- Fix minor typo in SYNOPSIS example code comment (GH#379) (Paul Cochrane)
45

56
2.18 2024-01-30 14:29:44Z
67
[FIXED]

lib/WWW/Mechanize.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ be queried and revisited.
3434
button => 'Search Now'
3535
);
3636
37-
# Enable strict form processing to catch typos and non-existant form fields.
37+
# Enable strict form processing to catch typos and non-existent form fields.
3838
my $strict_mech = WWW::Mechanize->new( strict_forms => 1);
3939
4040
$strict_mech->get( $url );

0 commit comments

Comments
 (0)