From 5bb29624ef0ead99bca28febc61ad79ecbfdf573 Mon Sep 17 00:00:00 2001 From: Omar Ayman Date: Mon, 15 Jan 2024 01:11:41 +0200 Subject: [PATCH] improve html descs --- html.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html.go b/html.go index c665cf1e..a047617a 100644 --- a/html.go +++ b/html.go @@ -97,7 +97,7 @@ func addHtmlLookup() { AddFuncLookup("inputname", Info{ Display: "Input Name", Category: "html", - Description: "Random HTML input field name", + Description: "Attribute used to define the name of an input element in web forms", Example: "first_name", Output: "string", Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) { @@ -108,7 +108,7 @@ func addHtmlLookup() { AddFuncLookup("svg", Info{ Display: "Image SVG", Category: "html", - Description: "Random svg and ", + Description: "Scalable Vector Graphics used to display vector images in web content", Example: `