summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDesmond Daignault <nawglan@gmail.com>2017-04-21 20:50:55 -0700
committerOlaf Alders <olaf@wundersolutions.com>2017-05-03 09:54:46 -0400
commitb8a0dbbcd73154a66a71359483cc1218c4b3c50c (patch)
tree72a51f6562fc68f6b7b5d7b54916fcea241c40f3 /README.md
parent9dba799563356d158eefd77259c5d31c0551a5b5 (diff)
PRC: doc patch. Submit only submits current form
This addresses github issue #34. Doc only patch.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47346f5..7cc3e77 100644
--- a/README.md
+++ b/README.md
@@ -917,7 +917,7 @@ the keys.
## $mech->submit()
-Submits the page, without specifying a button to click. Actually,
+Submits the current form, without specifying a button to click. Actually,
no button is clicked at all.
Returns an [HTTP::Response](https://metacpan.org/pod/HTTP::Response) object.