diff --git a/src/mechanize/form.cr b/src/mechanize/form.cr index 3f8d147..e948f0c 100644 --- a/src/mechanize/form.cr +++ b/src/mechanize/form.cr @@ -36,7 +36,7 @@ class MechanizeCr::Form # generate fields_with and field_with methods. # These methods are used for finding nodes that matches conditions. - # ex.) field_with(:name, "email") finds + # ex.) field_with("email") finds {% for singular, index in ["field"] %} {% plural = "#{singular.id}s" %}