From 5adeaf31873380833eedbf5d60a8ac2740b84d20 Mon Sep 17 00:00:00 2001 From: Kanezoh Date: Thu, 17 Jun 2021 08:33:23 +0900 Subject: [PATCH] fix comment --- src/mechanize/form.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}