From 4eefa29cb915c035cfa5227845be17daa809571f Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Mon, 13 May 2024 12:22:34 +0200 Subject: [PATCH] ui: fix exact matches documentation Signed-off-by: Guillaume Hivert --- apps/frontend/src/frontend/strings.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/frontend/strings.gleam b/apps/frontend/src/frontend/strings.gleam index 26f9ab9..27653d3 100644 --- a/apps/frontend/src/frontend/strings.gleam +++ b/apps/frontend/src/frontend/strings.gleam @@ -1,6 +1,6 @@ pub const gloogle_description = "Gloogle can search through all public gleam packages, to help you find the function you're looking for! Enter a type or a function name to get some results." -pub const exact_match = "Matched directly from the signature of the functions, constants or types." +pub const exact_match = "Matched directly from the name of the functions, constants or types." pub const partial_match = "Partly matched from the signature of the functions, constants or types."