From fac0dcc25797b81a74a470e68184ed627632bd32 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Sun, 13 Oct 2024 11:25:09 -0400 Subject: [PATCH] merge --- src/margdarshak/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/margdarshak/model.rs b/src/margdarshak/model.rs index 53684ca..0208f64 100644 --- a/src/margdarshak/model.rs +++ b/src/margdarshak/model.rs @@ -18,7 +18,7 @@ pub struct Question<'a> { impl<'a> Question<'a> { pub fn process(qry: &str, md: &str) -> String { - let qry = format!("{} on the text above", qry); + let qry = format!("{} on the text/webpage above", qry); let qry = BASE.replace("{{question}}", &qry); let qry = qry.replace("{{input}}", md); qry